mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-08 01:01:06 +01:00
New copper grate texture (optimized by optipng)
This commit is contained in:
parent
1eaca376e9
commit
cfd53956f7
5 changed files with 2 additions and 2 deletions
|
@ -215,13 +215,13 @@ register_copper_variants("cut", {
|
|||
groups = {pickaxey = 2, building_block = 1},
|
||||
_mcl_stairs = true,
|
||||
})
|
||||
--[[
|
||||
|
||||
register_copper_variants("grate", {
|
||||
drawtype = "allfaces",
|
||||
groups = {pickaxey = 2, building_block = 1, disable_suffocation = 1},
|
||||
sunlight_propagates = true,
|
||||
})
|
||||
|
||||
--[[
|
||||
register_copper_variants("chiseled", {
|
||||
groups = {pickaxey = 2, building_block = 1}
|
||||
})
|
||||
|
|
BIN
textures/mcl_copper_block_grate.png
Normal file
BIN
textures/mcl_copper_block_grate.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 284 B |
BIN
textures/mcl_copper_exposed_grate.png
Normal file
BIN
textures/mcl_copper_exposed_grate.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 328 B |
BIN
textures/mcl_copper_oxidized_grate.png
Normal file
BIN
textures/mcl_copper_oxidized_grate.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 283 B |
BIN
textures/mcl_copper_weathered_grate.png
Normal file
BIN
textures/mcl_copper_weathered_grate.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 337 B |
Loading…
Reference in a new issue