Quartz + Create Stone Support (#2005)

+ Blackstone uniform model

Signed-off-by: Adrien Vidal <vidal.adrien2@gmail.com>
This commit is contained in:
Adrien Vidal 2025-10-10 23:23:43 +02:00 committed by GitHub
parent 3b9906ed6b
commit 65edc16a92
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 444 additions and 248 deletions

View file

@ -126,30 +126,12 @@ function registerTFCStoneRecipes(event) {
event.remove({ id: `tfc:crafting/rock/${stone}_mossy_bricks_slab` })
event.remove({ id: `tfc:crafting/rock/${stone}_mossy_bricks_wall` })
//walls
event.remove({ id: `tfc:stonecutting/rock/${stone}_raw_wall` })
event.remove({ id: `tfc:stonecutting/rock/${stone}_cobble_wall` })
event.remove({ id: `tfc:stonecutting/rock/${stone}_mossy_cobble_wall` })
event.remove({ id: `tfc:stonecutting/rock/${stone}_smooth_wall` })
event.remove({ id: `tfc:stonecutting/rock/${stone}_bricks_wall` })
event.remove({ id: `tfc:stonecutting/rock/${stone}_cracked_bricks_wall` })
event.remove({ id: `tfc:stonecutting/rock/${stone}_mossy_bricks_wall` })
// Hardened -> Smooth
event.stonecutting(`tfc:rock/smooth/${stone}`, `tfc:rock/hardened/${stone}`).id(`hardened_${stone}_to_smooth`)
// Chiseled Brick -> Brick
event.stonecutting(`tfc:rock/chiseled/${stone}`, `tfc:rock/bricks/${stone}`).id(`chiseled_${stone}`)
//Walls
event.stonecutting(`2x tfc:rock/raw/${stone}_wall`, `tfc:rock/raw/${stone}`).id(`raw_to_${stone}_raw_wall`)
event.stonecutting(`2x tfc:rock/cobble/${stone}_wall`, `tfc:rock/cobble/${stone}`).id(`cobble_to_${stone}_cobble_wall`)
event.stonecutting(`2x tfc:rock/mossy_cobble/${stone}_wall`, `tfc:rock/mossy_cobble/${stone}`).id(`mossy_cobble_to_${stone}_mossy_cobble_wall`)
event.stonecutting(`2x tfc:rock/smooth/${stone}_wall`, `tfc:rock/smooth/${stone}`).id(`smooth_to_${stone}_smooth_wall`)
event.stonecutting(`2x tfc:rock/bricks/${stone}_wall`, `tfc:rock/bricks/${stone}`).id(`bricks_to_${stone}_bricks_wall`)
event.stonecutting(`2x tfc:rock/cracked_bricks/${stone}_wall`, `tfc:rock/cracked_bricks/${stone}`).id(`cracked_bricks_to_${stone}_cracked_bricks_wall`)
event.stonecutting(`2x tfc:rock/mossy_bricks/${stone}_wall`, `tfc:rock/mossy_bricks/${stone}`).id(`mossy_bricks_to_${stone}_mossy_bricks_wall`)
// #endregion
//#region Cobblestone