1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-07-02 23:00:22 +02:00

use group:stick instead of default:sticks in all recipes, all sub-mods.

This commit is contained in:
Vanessa Ezekowitz
2014-07-30 18:19:42 -04:00
parent f3cef98520
commit 41e518282f
8 changed files with 68 additions and 68 deletions

View File

@ -96,7 +96,7 @@ minetest.register_craft({
recipe = {
{"", "", "", },
{"stairs:slab_wood", "stairs:slab_wood", "stairs:slab_wood", },
{"default:stick", "", "default:stick", }
{"group:stick", "", "group:stick", }
}
})
@ -105,7 +105,7 @@ minetest.register_craft({
recipe = {
{"", "", "", },
{"moreblocks:slab_wood", "moreblocks:slab_wood", "moreblocks:slab_wood", },
{"default:stick", "", "default:stick", }
{"group:stick", "", "group:stick", }
}
})
@ -114,7 +114,7 @@ minetest.register_craft({
recipe = {
{"", "", "", },
{"group:wood_slab", "group:wood_slab", "group:wood_slab", },
{"default:stick", "", "default:stick", }
{"group:stick", "", "group:stick", }
}
})