materials + structures for normal items (#2198)

* nitrocellulose and cellulose matrix

* vent texture

* I think it actually works

* Update CHANGELOG.md

---------

Signed-off-by: Pyritie <pyritie@gmail.com>
Co-authored-by: Pyritie <pyritie@gmail.com>
This commit is contained in:
GameStar 2025-11-10 12:08:58 -06:00 committed by GitHub
parent 8562c320b1
commit 8388d044d8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 1374 additions and 2 deletions

View file

@ -441,6 +441,23 @@ const registerTFGItemTags = (event) => {
event.add('tfg:mineral_rich_wool', 'tfg:wraptor_wool')
event.add('tfg:mineral_rich_wool', 'tfg:sniffer_wool')
//#endregion
//#region holder materials
event.remove('forge:dusts', 'tfg:nitrocellulose')
event.remove('forge:dusts/nitrocellulose', 'tfg:nitrocellulose')
event.remove('forge:dusts', 'tfg:cellulose_matrix')
event.remove('forge:dusts/cellulose_matrix', 'tfg:cellulose_matrix')
event.remove('balm:ingots', 'tfg:polycaprolactam_fabric')
event.remove('tfc:pileable_ingots', 'tfg:polycaprolactam_fabric')
event.remove('forge:ingots', 'tfg:polycaprolactam_fabric')
event.remove('forge:ingots/tfg_polycaprolactam', 'tfg:polycaprolactam_fabric')
event.remove('balm:nuggets', 'tfg:polycaprolactam_string')
event.remove('forge:nuggets', 'tfg:polycaprolactam_string')
event.remove('forge:nuggets/tfg_polycaprolactam', 'tfg:polycaprolactam_string')
}
//#region Blocks
@ -775,4 +792,5 @@ const registerTFGPlacedFeatures = (event) => {
event.add('tfg:nether_underground_decoration', 'tfg:nether/terrain/magma_blob')
// #endregion
}