neuralgia/kubejs/startup_scripts/greate/constants.js
Pyritie e6c971f197
Release: 0.9.6 (#1020)
* - Fixed hide duping recipes.
- Added quest book and field guide instances for fishing nets.
- Fixed rebar support recipe crash.
- Fixed red steel flask dupe.
- Fixed red alloy recipe inconsistency.

* - Fixed blue steel backpack block lang

* - Added max vessel fluid warning to small vessels.

* - Moved red steel flask recipe

* Update pakku.json

* fixed vessel tooltips so they display on the uncolored vessel too

* fixed inconsistent small spring recipe with the coiling machine

* fixed chiseling non-tfc blocks into slabs was only returning 1 slab instead of both

* Field guide updates (#973)

* added detected-setblock-be-gone to pakku server

* added "requiresNaturalLog" config to afc tree tapping recipes so you can't tap your house

* fixed missing tooltips on AFC wooden supports

* added recipes for greenhouse ports, added recipes for stainless steel greenhouse (if you want to be fancy)

* quest fixes, lang strings

* added assembler recipes for most create things, made steam engines, blaze burners, and alternators cheaper, made firmaciv sails use any fabric

* langs

* removed gt compressed clay, fixed assembler recipe for clay bricks

* removed the leather armor recycling because it's basically infinite armor

* fixed iron door inconsistency

* hopper in assembler now has a circuit condition

* fixes #931

* Buff Large Boiler Fuel Efficiency (#977)

* bufflargeboilers

* formatting

* oh so THAT's why the recycling recipes weren't working...

* made the steam multiblock inputs/outputs significantly cheaper

* changed default flywheel setting back to instanced

* added assembler recipes for greate things

* updated changelog

* added recipes for the other millstones

* - Fixed fishing nets event function

* Update queststfc_tips.snbt

Signed-off-by: Redeix <59435925+Redeix@users.noreply.github.com>

* Update en_us.json

Signed-off-by: Redeix <59435925+Redeix@users.noreply.github.com>

* - Added item to summon armor stands with arms

* - Added recipes to empty vessels and molds

* - Added recipes for extracting/ forming magma blocks.

* - Added recipes for extracting/ forming magma blocks.

* - Nerfed steel support recipe output.

* Fixes and features (#987)

* - Fixed hide duping recipes.
- Added quest book and field guide instances for fishing nets.
- Fixed rebar support recipe crash.
- Fixed red steel flask dupe.
- Fixed red alloy recipe inconsistency.

* - Fixed blue steel backpack block lang

* - Added max vessel fluid warning to small vessels.

* - Moved red steel flask recipe

* - Fixed fishing nets event function

* Update queststfc_tips.snbt

Signed-off-by: Redeix <59435925+Redeix@users.noreply.github.com>

* Update en_us.json

Signed-off-by: Redeix <59435925+Redeix@users.noreply.github.com>

* - Added item to summon armor stands with arms

* - Added recipes to empty vessels and molds

* - Added recipes for extracting/ forming magma blocks.

* - Added recipes for extracting/ forming magma blocks.

* - Nerfed steel support recipe output.

---------

Signed-off-by: Redeix <59435925+Redeix@users.noreply.github.com>

* Add wrought iron alternatives for early game cast iron recipes (#985)

* Add wrought iron alternatives for early game cast iron recipes

* Change doulbe iron ingots tag to use #forge item tags

* salt water fast fix (#992)

no more circuits

Signed-off-by: SverhRazum-Nah <leon.trol@mail.ru>

* - Revert mold changes from #987

* Branch merge (#995)

* Some recipe changes (#1003)

* misc recipes

* add saw to jar lid recipe

* revert table salt name changing that didn't work

* fixed the basin having the wrong tag to be used with the charcoal forge

* removed obsidian framed pressure plate - idk what it even does, but it's causing crashes
fixes #1006

* Fix for Create Deco bricks conflict with Minecraft bricks in the assembler (#1005)

Signed-off-by: TomPlop <tomdidome@gmail.com>

* removing the gregtech material error suppression because it's just causing more confusion

* updated changelog

* Update CHANGELOG.md

* Update ENHANCEMENT.yml

* Update ENHANCEMENT.yml

* Update ENHANCEMENT.yml

* Update ENHANCEMENT.yml

* Update ENHANCEMENT.yml

* Update ENHANCEMENT.yml

* Update ENHANCEMENT.yml

* Update ENHANCEMENT.yml

* Update ENHANCEMENT.yml

* Update ENHANCEMENT.yml

* ISSUE_TEMPLATE

* tweaked Y levels of the overworld <-> beneath teleporting

* ISSUE_TEMPLATE

* github

* langs, quest tweaks, updated field guide for sprinklers

* put tin jar lid recycling in the right category

* hid the new space tfg blocks

* updated pakku

* I FORGOT TO ADD PUNISHMENT FOR DEATH

* aa

* Update mods

* CHANGELOG

---------

Signed-off-by: Redeix <59435925+Redeix@users.noreply.github.com>
Signed-off-by: SverhRazum-Nah <leon.trol@mail.ru>
Signed-off-by: TomPlop <tomdidome@gmail.com>
Co-authored-by: Redeix <brayden.j.m.ford@gmail.com>
Co-authored-by: Xikaro <os.valerievich@ya.ru>
Co-authored-by: Risuga <oosyrag@gmail.com>
Co-authored-by: Redeix <59435925+Redeix@users.noreply.github.com>
Co-authored-by: Zack <93035068+ZackH01@users.noreply.github.com>
Co-authored-by: SverhRazum-Nah <leon.trol@mail.ru>
Co-authored-by: TomPlop <tomdidome@gmail.com>
2025-05-16 18:49:23 +05:00

169 lines
No EOL
5.3 KiB
JavaScript

// priority: 0
global.GREATE_DISABLED_ITEMS = [
'greate:steel_alloy',
'greate:aluminium_alloy',
'greate:stainless_steel_alloy',
'greate:titanium_alloy',
'greate:tungsten_steel_alloy',
'greate:rhodium_plated_palladium_alloy',
'greate:naquadah_alloy_alloy',
'greate:darmstadtium_alloy',
'greate:neutronium_alloy',
'gtceu:tungsten_steel_whisk',
'gtceu:rhodium_plated_palladium_whisk',
'gtceu:naquadah_alloy_whisk',
'gtceu:darmstadtium_whisk',
'gtceu:neutronium_whisk',
'greate:polybenzimidazole_belt_connector',
'greate:polytetrafluoroethylene_belt_connector',
'greate:andesite_alloy_crushing_wheel',
'greate:andesite_alloy_encased_fan',
'greate:andesite_alloy_mechanical_mixer',
'greate:andesite_alloy_mechanical_pump',
// Disabled because they don't respect the cleanroom requirement of some recipes
'greate:stainless_steel_mechanical_saw',
'greate:titanium_mechanical_saw',
// Disable these until it's possible to disable spring recipes in them
'greate:andesite_alloy_mechanical_press',
'greate:steel_mechanical_press',
'greate:aluminium_mechanical_press',
'greate:stainless_steel_mechanical_press',
'greate:titanium_mechanical_press',
// You should be graduating to IV multiblocks in IV
'greate:tungsten_steel_shaft',
'greate:tungsten_steel_cogwheel',
'greate:large_tungsten_steel_cogwheel',
'greate:tungsten_steel_crushing_wheel',
'greate:tungsten_steel_encased_fan',
'greate:tungsten_steel_gearbox',
'greate:tungsten_steel_mechanical_press',
'greate:tungsten_steel_mechanical_mixer',
'greate:tungsten_steel_millstone',
'greate:tungsten_steel_mechanical_saw',
'greate:tungsten_steel_mechanical_pump',
'greate:tungsten_steel_vertical_gearbox',
'greate:rhodium_plated_palladium_shaft',
'greate:rhodium_plated_palladium_cogwheel',
'greate:large_rhodium_plated_palladium_cogwheel',
'greate:rhodium_plated_palladium_crushing_wheel',
'greate:rhodium_plated_palladium_encased_fan',
'greate:rhodium_plated_palladium_gearbox',
'greate:rhodium_plated_palladium_mechanical_press',
'greate:rhodium_plated_palladium_mechanical_mixer',
'greate:rhodium_plated_palladium_millstone',
'greate:rhodium_plated_palladium_mechanical_saw',
'greate:rhodium_plated_palladium_mechanical_pump',
'greate:rhodium_plated_palladium_vertical_gearbox',
'greate:naquadah_alloy_shaft',
'greate:naquadah_alloy_cogwheel',
'greate:large_naquadah_alloy_cogwheel',
'greate:naquadah_alloy_crushing_wheel',
'greate:naquadah_alloy_encased_fan',
'greate:naquadah_alloy_gearbox',
'greate:naquadah_alloy_mechanical_press',
'greate:naquadah_alloy_mechanical_mixer',
'greate:naquadah_alloy_millstone',
'greate:naquadah_alloy_mechanical_saw',
'greate:naquadah_alloy_mechanical_pump',
'greate:naquadah_alloy_vertical_gearbox',
'greate:darmstadtium_shaft',
'greate:darmstadtium_cogwheel',
'greate:large_darmstadtium_cogwheel',
'greate:darmstadtium_crushing_wheel',
'greate:darmstadtium_encased_fan',
'greate:darmstadtium_gearbox',
'greate:darmstadtium_mechanical_press',
'greate:darmstadtium_mechanical_mixer',
'greate:darmstadtium_millstone',
'greate:darmstadtium_mechanical_saw',
'greate:darmstadtium_mechanical_pump',
'greate:darmstadtium_vertical_gearbox',
'greate:neutronium_shaft',
'greate:neutronium_cogwheel',
'greate:large_neutronium_cogwheel',
'greate:neutronium_crushing_wheel',
'greate:neutronium_encased_fan',
'greate:neutronium_gearbox',
'greate:neutronium_mechanical_press',
'greate:neutronium_mechanical_mixer',
'greate:neutronium_millstone',
'greate:neutronium_mechanical_saw',
'greate:neutronium_mechanical_pump',
'greate:neutronium_vertical_gearbox',
// Adding these here because they're greate's fault
'gtceu:andesite_alloy_bucket',
'gtceu:andesite_alloy_ring',
'gtceu:tiny_andesite_alloy_dust',
'gtceu:small_andesite_alloy_dust',
'gtceu:andesite_alloy_dust',
'gtceu:andesite_alloy_plate',
'gtceu:double_andesite_alloy_plate',
'gtceu:andesite_alloy_nugget',
'gtceu:andesite_alloy_rotor',
'gtceu:andesite_alloy_whisk',
'gtceu:andesite_alloy_bolt',
'gtceu:andesite_alloy_ingot',
'gtceu:andesite_alloy_rod',
'gtceu:andesite_alloy_screw',
'gtceu:andesite_alloy_buzz_saw_blade',
'gtceu:andesite_alloy_block',
'gtceu:andesite_alloy_buzzsaw',
'gtceu:refined_radiance_bucket',
'gtceu:tiny_refined_radiance_dust',
'gtceu:small_refined_radiance_dust',
'gtceu:refined_radiance_dust',
'gtceu:refined_radiance_plate',
'gtceu:double_refined_radiance_plate',
'gtceu:refined_radiance_nugget',
'gtceu:refined_radiance_bolt',
'gtceu:refined_radiance_ingot',
'gtceu:refined_radiance_rod',
'gtceu:refined_radiance_screw',
'gtceu:long_refined_radiance_rod',
'gtceu:refined_radiance_block',
'gtceu:chromatic_compound_bucket',
'gtceu:tiny_chromatic_compound_dust',
'gtceu:small_chromatic_compound_dust',
'gtceu:chromatic_compound_dust',
'gtceu:chromatic_compound_nugget',
'gtceu:chromatic_compound_ingot',
'gtceu:chromatic_compound_block',
'gtceu:shadow_steel_bucket',
'gtceu:tiny_shadow_steel_dust',
'gtceu:small_shadow_steel_dust',
'gtceu:shadow_steel_dust',
'gtceu:shadow_steel_plate',
'gtceu:double_shadow_steel_plate',
'gtceu:shadow_steel_nugget',
'gtceu:shadow_steel_bolt',
'gtceu:shadow_steel_ingot',
'gtceu:shadow_steel_rod',
'gtceu:shadow_steel_screw',
'gtceu:long_shadow_steel_rod',
'gtceu:shadow_steel_block',
]
global.GREATE_DISABLED_FLUIDS = [
'gtceu:andesite_alloy',
'gtceu:refined_radiance',
'gtceu:chromatic_compound',
'gtceu:shadow_steel'
]