This commit is contained in:
Jat15 2018-05-01 18:26:41 +00:00 committed by GitHub
commit 8f2966635f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,5 @@
default
stairs
moreblocks?
lucky_block?
lucky_block?
letters?

View File

@ -65,6 +65,9 @@ for _, clay in pairs(clay) do
clay[2] .. " Baked Clay Slab",
default.node_sound_stone_defaults())
end
if minetest.get_modpath("letters") then
letters.register_letters("bakedclay", "baked_clay_" .. clay[1], "bakedclay:" .. clay[1], clay[2] .. " Baked Clay", "baked_clay_" .. clay[1] ..".png")
end
end
-- cook clay block into white baked clay