* moon cheese nutrition

* carboard

* tool rack and fluid heat

* wax

* wax 2

* tool rack 2

* broken

* changelog
This commit is contained in:
Redeix 2025-11-21 00:10:06 -06:00 committed by GitHub
parent 0abf0c3357
commit ddd4fad824
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 114 additions and 60 deletions

View file

@ -659,6 +659,8 @@ function removeGTCEURecipes(event) {
event.remove({ id: 'gtceu:assembler/assemble_purpur_into_stair' })
event.remove({ id: 'gtceu:assembler/stonecutter' })
event.remove({ id: 'gtceu:centrifuge/decomposition_centrifuging__blaze' })
event.remove({ id: 'gtceu:chemical_reactor/ghast_tear_separation' })
event.remove({ id: 'gtceu:assembler/assemble_brick_into_stair' })

View file

@ -57,6 +57,8 @@ function registerGTCEUItemTags(event) {
// @ts-expect-error According to KJS docs adding tags to tags is supported.
event.add("gtceu:molds", "#gtceu:casting_molds", "#gtceu:extruder_molds", "gtceu:empty_mold");
event.add('forge:wax', 'gtceu:wax_dust');
}
/** @param {TagEvent.Block} event */