diff options
-rw-r--r-- | nodes_historic.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nodes_historic.lua b/nodes_historic.lua index 96e6aa3..9cbafe4 100644 --- a/nodes_historic.lua +++ b/nodes_historic.lua @@ -193,7 +193,7 @@ end -- crafting receipes --------------------------------------------------------------------------------------- minetest.register_craft({ - output = "cottages:wagon_wheel 3", + output = "cottages:wagon_wheel 4", recipe = { {cottages.craftitem_iron, cottages.craftitem_stick, cottages.craftitem_iron }, {cottages.craftitem_stick, cottages.craftitem_steel, cottages.craftitem_stick }, @@ -203,7 +203,7 @@ minetest.register_craft({ -- run a wagon wheel over dirt :-) minetest.register_craft({ - output = "cottages:feldweg 6", + output = "cottages:feldweg 12", recipe = { {"", "cottages:wagon_wheel", "" }, {cottages.craftitem_dirt,cottages.craftitem_dirt,cottages.craftitem_dirt } |