From 5da141f625ec9143a6349dc259d7126da205824d Mon Sep 17 00:00:00 2001 From: h-v-smacker Date: Wed, 25 Jul 2018 00:10:25 +0300 Subject: more wheels for the wheel god --- nodes_historic.lua | 4 ++-- 1 file 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 } -- cgit v1.2.3