re-added glazed terracotta textures (thanks Amara2_MK)
@ -8,7 +8,7 @@ https://forum.minetest.net/viewtopic.php?id=8890
|
||||
|
||||
Changelog:
|
||||
|
||||
- 1.0 - Added glazed terracotta blocks when you cook baked clay in furnace (thanks D3monPixel)
|
||||
- 1.0 - Re-Added glazed terracotta blocks when you cook baked clay in furnace (thanks Amara2_MK)
|
||||
- 0.9 - Baked clay now works in the technic cnc machine
|
||||
- 0.8 - Cooking clay block in furnace gives natural baked clay which you can dye
|
||||
- 0.7 - Added support for stairsplus so that stairs are registered properly
|
||||
|
20
init.lua
@ -131,24 +131,7 @@ for _, clay in pairs(clay) do
|
||||
end
|
||||
end
|
||||
|
||||
-- special light blue glazed terracotta block
|
||||
local texture = "baked_clay_terracotta_light_blue.png"
|
||||
|
||||
minetest.register_node("bakedclay:terracotta_light_blue", {
|
||||
description = "Light Blue Glazed Terracotta",
|
||||
tiles = {
|
||||
texture .. "",
|
||||
texture .. "",
|
||||
texture .. "^[transformR180",
|
||||
texture .. "",
|
||||
texture .. "^[transformR270",
|
||||
texture .. "^[transformR90",
|
||||
},
|
||||
paramtype2 = "facedir",
|
||||
groups = {cracky = 3, terracotta = 1},
|
||||
sounds = default.node_sound_stone_defaults(),
|
||||
on_place = minetest.rotate_node
|
||||
})
|
||||
minetest.register_alias("bakedclay:terracotta_light_blue", "bakedclay:terracotta_cyan")
|
||||
|
||||
-- cook clay block into white baked clay
|
||||
|
||||
@ -365,7 +348,6 @@ p = "bakedclay:terracotta_"
|
||||
|
||||
lucky_block:add_blocks({
|
||||
{"nod", "default:chest", 0, {
|
||||
{name = p.."light_blue", max = 20},
|
||||
{name = p.."black", max = 20},
|
||||
{name = p.."blue", max = 20},
|
||||
{name = p.."brown", max = 20},
|
||||
|
@ -21,5 +21,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
THE SOFTWARE.
|
||||
|
||||
|
||||
Textures by D3monPixel (https://mcpedl.com/better-glazed-terracotta-pack)
|
||||
Textures by Amara2_MK (Creative Commons)
|
||||
https://www.curseforge.com/minecraft/texture-packs/glazed-terracotta-revamp
|
||||
baked_clay_terracotta*.png
|
||||
|
Before ![]() (image error) Size: 328 B After ![]() (image error) Size: 573 B ![]() ![]() |
Before ![]() (image error) Size: 257 B After ![]() (image error) Size: 573 B ![]() ![]() |
Before ![]() (image error) Size: 718 B After ![]() (image error) Size: 520 B ![]() ![]() |
Before ![]() (image error) Size: 661 B After ![]() (image error) Size: 591 B ![]() ![]() |
Before ![]() (image error) Size: 714 B After ![]() (image error) Size: 664 B ![]() ![]() |
Before ![]() (image error) Size: 328 B After ![]() (image error) Size: 660 B ![]() ![]() |
Before ![]() (image error) Size: 575 B After ![]() (image error) Size: 664 B ![]() ![]() |
Before ![]() (image error) Size: 659 B After ![]() (image error) Size: 660 B ![]() ![]() |
Before ![]() (image error) Size: 275 B After ![]() (image error) Size: 490 B ![]() ![]() |
Before ![]() (image error) Size: 606 B After ![]() (image error) Size: 530 B ![]() ![]() |
Before ![]() (image error) Size: 409 B After ![]() (image error) Size: 520 B ![]() ![]() |
Before ![]() (image error) Size: 292 B After ![]() (image error) Size: 385 B ![]() ![]() |
Before ![]() (image error) Size: 619 B After ![]() (image error) Size: 641 B ![]() ![]() |
Before ![]() (image error) Size: 512 B After ![]() (image error) Size: 660 B ![]() ![]() |
Before ![]() (image error) Size: 676 B After ![]() (image error) Size: 530 B ![]() ![]() |