Merge branch 'dev' of https://github.com/TerraFirmaGreg-Team/Modpack-Modern into dev
This commit is contained in:
commit
e3f6e81e14
3 changed files with 5 additions and 2 deletions
|
|
@ -652,6 +652,9 @@ function registerTFGRockRecipes(event) {
|
|||
.category(GTRecipeCategories.MACERATOR_RECYCLING)
|
||||
}
|
||||
}
|
||||
if (x.slab != null && x.wall != null) {
|
||||
event.recipes.tfc.chisel(x.wall, x.slab, 'smooth')
|
||||
}
|
||||
|
||||
if (x.loose != null) {
|
||||
event.shapeless(`4x ${x.loose}`, [x.raw])
|
||||
|
|
|
|||
|
|
@ -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')
|
||||
|
|
|
|||
|
|
@ -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