diff options
author | h-v-smacker <hans-von-smacker+github@gmail.com> | 2018-07-25 00:10:25 +0300 |
---|---|---|
committer | h-v-smacker <hans-von-smacker+github@gmail.com> | 2018-07-25 00:10:25 +0300 |
commit | 5da141f625ec9143a6349dc259d7126da205824d (patch) | |
tree | ecc8622a432f0c12f42faafa2f491903e5f8b113 | |
parent | 7c6142ba0d6ea09ce2964194e5ed373e5c01c311 (diff) |
more wheels for the wheel god
-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 } |