Отключить рецепты спавнеров
This commit is contained in:
parent
2d5850a9da
commit
f4dc9cfb8c
@ -336,7 +336,7 @@ spawners_ores.create({
|
|||||||
--
|
--
|
||||||
-- Recipes
|
-- Recipes
|
||||||
--
|
--
|
||||||
|
--[[
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = 'spawners_ores:stone_with_gold_spawner',
|
output = 'spawners_ores:stone_with_gold_spawner',
|
||||||
recipe = {
|
recipe = {
|
||||||
@ -371,4 +371,4 @@ minetest.register_craft({
|
|||||||
{ 'xpanes:bar_flat', 'default:tinblock', 'xpanes:bar_flat' },
|
{ 'xpanes:bar_flat', 'default:tinblock', 'xpanes:bar_flat' },
|
||||||
{ 'default:diamondblock', 'xpanes:bar_flat', 'default:diamondblock' },
|
{ 'default:diamondblock', 'xpanes:bar_flat', 'default:diamondblock' },
|
||||||
}
|
}
|
||||||
})
|
}) ]]
|
Loading…
Reference in New Issue
Block a user