Compare commits
No commits in common. "lsr" and "SaKeL" have entirely different histories.
@ -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