Skip to content
Snippets Groups Projects
Commit b073bcb7 authored by Milan's avatar Milan
Browse files

update small bag recipe (thanks dotti)

parent f17d829b
No related branches found
No related tags found
No related merge requests found
default
inventory_plus
\ No newline at end of file
farming
inventory_plus
......@@ -116,9 +116,9 @@ minetest.register_tool("bags:large", {
minetest.register_craft({
output = "bags:small",
recipe = {
{"", "default:stick", ""},
{"default:wood", "default:wood", "default:wood"},
{"default:wood", "default:wood", "default:wood"},
{"", "farming:cotton", ""},
{"mobs:leather", "mobs:leather", "mobs:leather"},
{"mobs:leather", "mobs:leather", "mobs:leather"},
},
})
minetest.register_craft({
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment