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
|
|
@ -1296,7 +1296,7 @@ function registerTFGSpaceBlocks(event) {
|
|||
// #region Sandstone
|
||||
event.create('tfg:rock/smooth_red_sandstone_wall', 'wall')
|
||||
.soundType('stone')
|
||||
.textureAll('minecraft:block/smooth_red_sandstone')
|
||||
.textureAll('minecraft:block/red_sandstone_top')
|
||||
.mapColor('teracotta_red')
|
||||
.tagBlock('minecraft:mineable/pickaxe')
|
||||
.fullBlock(true)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue