New PP cobblestone and brick block textures
This commit is contained in:
parent
753acdf272
commit
f91619cae1
9 changed files with 6 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
local S = minetest.get_translator("mcl_walls")
|
||||
|
||||
mcl_walls.register_wall("mcl_walls:cobble", S("Cobblestone Wall"), "mcl_core:cobble")
|
||||
mcl_walls.register_wall("mcl_walls:mossycobble", S("Mossy Cobblestone Wall"), "mcl_core:mossycobble")
|
||||
mcl_walls.register_wall("mcl_walls:cobble", S("Cobblestone Wall"), "mcl_core:cobble", {"mcl_walls_cobble_wall_top.png", "default_cobble.png", "mcl_walls_cobble_wall_side.png"})
|
||||
mcl_walls.register_wall("mcl_walls:mossycobble", S("Mossy Cobblestone Wall"), "mcl_core:mossycobble", {"mcl_walls_cobble_mossy_wall_top.png", "default_mossycobble.png", "mcl_walls_cobble_mossy_wall_side.png"})
|
||||
mcl_walls.register_wall("mcl_walls:andesite", S("Andesite Wall"), "mcl_core:andesite")
|
||||
mcl_walls.register_wall("mcl_walls:granite", S("Granite Wall"), "mcl_core:granite")
|
||||
mcl_walls.register_wall("mcl_walls:diorite", S("Diorite Wall"), "mcl_core:diorite")
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 684 B |
Binary file not shown.
After Width: | Height: | Size: 588 B |
BIN
mods/ITEMS/mcl_walls/textures/mcl_walls_cobble_wall_side.png
Normal file
BIN
mods/ITEMS/mcl_walls/textures/mcl_walls_cobble_wall_side.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 527 B |
BIN
mods/ITEMS/mcl_walls/textures/mcl_walls_cobble_wall_top.png
Normal file
BIN
mods/ITEMS/mcl_walls/textures/mcl_walls_cobble_wall_top.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 414 B |
Loading…
Add table
Add a link
Reference in a new issue