diff options
author | h-v-smacker <hans-von-smacker+github@gmail.com> | 2018-07-24 23:52:23 +0300 |
---|---|---|
committer | h-v-smacker <hans-von-smacker+github@gmail.com> | 2018-07-24 23:55:41 +0300 |
commit | 7c6142ba0d6ea09ce2964194e5ed373e5c01c311 (patch) | |
tree | 0f17d3f0d984a6f357a4dd5d3641388650860815 /nodes_historic.lua | |
parent | ec9e2280343b002bccec9fff5d624e32259feb09 (diff) |
Cheaper feldweg and change of deprecated value
Diffstat (limited to 'nodes_historic.lua')
-rw-r--r-- | nodes_historic.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nodes_historic.lua b/nodes_historic.lua index 993fb3e..96e6aa3 100644 --- a/nodes_historic.lua +++ b/nodes_historic.lua @@ -203,7 +203,7 @@ minetest.register_craft({ -- run a wagon wheel over dirt :-) minetest.register_craft({ - output = "cottages:feldweg 4", + output = "cottages:feldweg 6", recipe = { {"", "cottages:wagon_wheel", "" }, {cottages.craftitem_dirt,cottages.craftitem_dirt,cottages.craftitem_dirt } |