Balancing (#2254)
* moon cheese nutrition * carboard * tool rack and fluid heat * wax * wax 2 * tool rack 2 * broken * changelog
This commit is contained in:
parent
0abf0c3357
commit
ddd4fad824
9 changed files with 114 additions and 60 deletions
|
|
@ -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' })
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue