forked from minetest-mods/moreblocks
Remove crafting recipes regarding removed jungle sticks
Forgotten in 34c01e66c7
This commit is contained in:
parent
cf1b054a99
commit
4ad4dc958f
21
crafting.lua
21
crafting.lua
@ -28,14 +28,6 @@ minetest.register_craft({
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_craft({
|
|
||||||
output = "default:junglewood",
|
|
||||||
recipe = {
|
|
||||||
{"moreblocks:jungle_stick", "moreblocks:jungle_stick"},
|
|
||||||
{"moreblocks:jungle_stick", "moreblocks:jungle_stick"},
|
|
||||||
}
|
|
||||||
})
|
|
||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = "default:dirt_with_grass",
|
output = "default:dirt_with_grass",
|
||||||
type = "shapeless",
|
type = "shapeless",
|
||||||
@ -121,19 +113,6 @@ minetest.register_craft({
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_craft({
|
|
||||||
output = "moreblocks:junglestick 4",
|
|
||||||
recipe = {{"default:junglewood"},}
|
|
||||||
})
|
|
||||||
|
|
||||||
minetest.register_craft({
|
|
||||||
output = "moreblocks:fence_jungle_wood 2",
|
|
||||||
recipe = {
|
|
||||||
{"moreblocks:jungle_stick", "moreblocks:jungle_stick", "moreblocks:jungle_stick"},
|
|
||||||
{"moreblocks:jungle_stick", "moreblocks:jungle_stick", "moreblocks:jungle_stick"},
|
|
||||||
}
|
|
||||||
})
|
|
||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = "moreblocks:circle_stone_bricks 8",
|
output = "moreblocks:circle_stone_bricks 8",
|
||||||
recipe = {
|
recipe = {
|
||||||
|
Loading…
Reference in New Issue
Block a user