fix tinblock texture - by auouYmous
This commit is contained in:
parent
f5c8e4a52a
commit
ea735ca956
@ -28,7 +28,7 @@ stairsplus:register_all("default", "obsidian_block", "default:obsidian_block", {
|
|||||||
|
|
||||||
stairsplus:register_all("default", "tinblock", "default:tinblock", {
|
stairsplus:register_all("default", "tinblock", "default:tinblock", {
|
||||||
description = "Tin Block",
|
description = "Tin Block",
|
||||||
tiles = {"default_tinblock.png"},
|
tiles = {"default_tin_block.png"},
|
||||||
groups = {cracky=3},
|
groups = {cracky=3},
|
||||||
sounds = default.node_sound_stone_defaults(),
|
sounds = default.node_sound_stone_defaults(),
|
||||||
})
|
})
|
||||||
@ -220,4 +220,4 @@ for i = 1, #saw_names do
|
|||||||
minetest.register_alias("stairs" .. ":" .. t[1] .. "_" .. "wool_pink" .. t[2], "moreblocks" .. ":" .. t[1] .. "_" .. "wool_pink" .. t[2])
|
minetest.register_alias("stairs" .. ":" .. t[1] .. "_" .. "wool_pink" .. t[2], "moreblocks" .. ":" .. t[1] .. "_" .. "wool_pink" .. t[2])
|
||||||
minetest.register_alias("stairs" .. ":" .. t[1] .. "_" .. "wool_violet" .. t[2], "moreblocks" .. ":" .. t[1] .. "_" .. "wool_violet" .. t[2])
|
minetest.register_alias("stairs" .. ":" .. t[1] .. "_" .. "wool_violet" .. t[2], "moreblocks" .. ":" .. t[1] .. "_" .. "wool_violet" .. t[2])
|
||||||
minetest.register_alias("stairs" .. ":" .. t[1] .. "_" .. "wool_yellow" .. t[2], "moreblocks" .. ":" .. t[1] .. "_" .. "wool_yellow" .. t[2])
|
minetest.register_alias("stairs" .. ":" .. t[1] .. "_" .. "wool_yellow" .. t[2], "moreblocks" .. ":" .. t[1] .. "_" .. "wool_yellow" .. t[2])
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user