summaryrefslogtreecommitdiff
path: root/gamemode/craftablesystem/playermade/dough.lua
diff options
context:
space:
mode:
Diffstat (limited to 'gamemode/craftablesystem/playermade/dough.lua')
-rw-r--r--gamemode/craftablesystem/playermade/dough.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/gamemode/craftablesystem/playermade/dough.lua b/gamemode/craftablesystem/playermade/dough.lua
index 94e33cf..846a322 100644
--- a/gamemode/craftablesystem/playermade/dough.lua
+++ b/gamemode/craftablesystem/playermade/dough.lua
@@ -5,7 +5,7 @@ COMBI.Name = "Dough"
COMBI.Description = "Dough is used for baking."
COMBI.Req = {}
-COMBI.Req["Water_Bottles"] = 1
+COMBI.Req["Water Bottles"] = 1
COMBI.Req["Flour"] = 2
COMBI.Results = {}
@@ -20,7 +20,7 @@ COMBI.Name = "Dough 10x"
COMBI.Description = "Dough is used for baking."
COMBI.Req = {}
-COMBI.Req["Water_Bottles"] = 7
+COMBI.Req["Water Bottles"] = 7
COMBI.Req["Flour"] = 15
COMBI.Results = {}