forked from your-land/canned_food
Update 'stoneblock_convert.lua'
This commit is contained in:
parent
06e021020b
commit
11fc24c327
@ -1,3 +1,11 @@
|
|||||||
stone
|
--Incomplete list
|
||||||
|
stoneTypes = {"default:stone"}
|
||||||
|
|
||||||
--Iterates over all
|
--Iterates over all stone types and registers a block-to-stone recipe per entry
|
||||||
|
|
||||||
|
for _, stone in pairs(stoneTypes) do
|
||||||
|
minetest.register_craft({
|
||||||
|
output = stone
|
||||||
|
recipe = {stone.."_block"}
|
||||||
|
})
|
||||||
|
end
|
Loading…
Reference in New Issue
Block a user