Texture fixes + slab to wall chiseling (#1857)
This commit is contained in:
parent
0dca9d0f22
commit
b39e03fff7
3 changed files with 5 additions and 2 deletions
|
|
@ -271,7 +271,7 @@ const registerTFGBlocks = (event) => {
|
|||
SHAPES.forEach(shape => {
|
||||
event.create(`tfg:rock/cracked_bricks_stone_${shape}`, shape)
|
||||
.soundType('stone')
|
||||
.textureAll('minecraft:block/smooth_stone')
|
||||
.textureAll('minecraft:block/cracked_stone_bricks')
|
||||
.tagBoth(`tfg:brick_${shape}s`.replace(/ss/g, 's'))
|
||||
.mapColor('stone')
|
||||
.tagBlock('minecraft:mineable/pickaxe')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue