hid the other greate things, hid the rest of the swine-steel tool heads
This commit is contained in:
parent
60ca14c696
commit
c7d73a805d
3 changed files with 84 additions and 65 deletions
|
|
@ -19,7 +19,7 @@
|
||||||
- The medicines have also been rebalanced, so some of the stronger ones come with a downside, while the weaker ones have a stronger cure effect.
|
- The medicines have also been rebalanced, so some of the stronger ones come with a downside, while the weaker ones have a stronger cure effect.
|
||||||
- The medical condition effect that previously instantly killed you (which did not spawn a corpse) now gives you Wither III instead. @Pyritie
|
- The medical condition effect that previously instantly killed you (which did not spawn a corpse) now gives you Wither III instead. @Pyritie
|
||||||
#### Other
|
#### Other
|
||||||
- Added two more early game mechanical belts, and rubber+ belts are also now more expensive. @Pyritie
|
- Added two more early game mechanical belts, and rubber+ belts are also now more expensive. @Pyritie @Epicificator
|
||||||
- Primitive illagers will no longer endlessly respawn. Instead, now they only spawn as "structures", so once you kill them they will never return. @Pyritie
|
- Primitive illagers will no longer endlessly respawn. Instead, now they only spawn as "structures", so once you kill them they will never return. @Pyritie
|
||||||
- Doubled the durability of all space suits @Pyritie
|
- Doubled the durability of all space suits @Pyritie
|
||||||
- Added a way to convert between vinegar and acetic acid (#2386) @Epicificator
|
- Added a way to convert between vinegar and acetic acid (#2386) @Epicificator
|
||||||
|
|
@ -28,6 +28,7 @@
|
||||||
- More animals now drop animal fat (#2367) @Pyritie
|
- More animals now drop animal fat (#2367) @Pyritie
|
||||||
- Nerfed how much biomass and plant balls are produced from certain vanilla plants (#2361) @Pyritie
|
- Nerfed how much biomass and plant balls are produced from certain vanilla plants (#2361) @Pyritie
|
||||||
- Added some more ruined structures with a small bit of loot.
|
- Added some more ruined structures with a small bit of loot.
|
||||||
|
- Added some resource packs for TFC, disabled by default
|
||||||
### Bug fixes
|
### Bug fixes
|
||||||
- Fixed aged sake, vodka, and whiskey losing their buff effects, but for real this time @Pyritie
|
- Fixed aged sake, vodka, and whiskey losing their buff effects, but for real this time @Pyritie
|
||||||
- Fixed fries and cheese curds not being able to be put on burgers. @Redeix
|
- Fixed fries and cheese curds not being able to be put on burgers. @Redeix
|
||||||
|
|
|
||||||
|
|
@ -3,15 +3,15 @@
|
||||||
|
|
||||||
global.GREATE_DISABLED_ITEMS = /** @type {const} */ ([
|
global.GREATE_DISABLED_ITEMS = /** @type {const} */ ([
|
||||||
"create:andesite_alloy",
|
"create:andesite_alloy",
|
||||||
"gtceu:steel_alloy",
|
"greate:steel_alloy",
|
||||||
"gtceu:aluminium_alloy",
|
"greate:aluminium_alloy",
|
||||||
"gtceu:stainless_steel_alloy",
|
"greate:stainless_steel_alloy",
|
||||||
"gtceu:titanium_alloy",
|
"greate:titanium_alloy",
|
||||||
"gtceu:tungsten_steel_alloy",
|
"greate:tungsten_steel_alloy",
|
||||||
"gtceu:rhodium_plated_palladium_alloy",
|
"greate:rhodium_plated_palladium_alloy",
|
||||||
"gtceu:naquadah_alloy_alloy",
|
"greate:naquadah_alloy_alloy",
|
||||||
"gtceu:darmstadtium_alloy",
|
"greate:darmstadtium_alloy",
|
||||||
"gtceu:neutronium_alloy",
|
"greate:neutronium_alloy",
|
||||||
|
|
||||||
"gtceu:neutronium_whisk",
|
"gtceu:neutronium_whisk",
|
||||||
"greate:polyethylene_belt_connector",
|
"greate:polyethylene_belt_connector",
|
||||||
|
|
@ -94,66 +94,66 @@ global.GREATE_DISABLED_ITEMS = /** @type {const} */ ([
|
||||||
"greate:neutronium_vertical_gearbox",
|
"greate:neutronium_vertical_gearbox",
|
||||||
|
|
||||||
// Adding these here because they're greate's fault
|
// Adding these here because they're greate's fault
|
||||||
"gtceu:andesite_alloy_bucket",
|
"greate:andesite_alloy_bucket",
|
||||||
"gtceu:andesite_alloy_ring",
|
"greate:andesite_alloy_ring",
|
||||||
"gtceu:tiny_andesite_alloy_dust",
|
"greate:tiny_andesite_alloy_dust",
|
||||||
"gtceu:small_andesite_alloy_dust",
|
"greate:small_andesite_alloy_dust",
|
||||||
"gtceu:andesite_alloy_dust",
|
"greate:andesite_alloy_dust",
|
||||||
"gtceu:andesite_alloy_plate",
|
"greate:andesite_alloy_plate",
|
||||||
"gtceu:double_andesite_alloy_plate",
|
"greate:double_andesite_alloy_plate",
|
||||||
"gtceu:andesite_alloy_nugget",
|
"greate:andesite_alloy_nugget",
|
||||||
"gtceu:andesite_alloy_rotor",
|
"greate:andesite_alloy_rotor",
|
||||||
"gtceu:andesite_alloy_whisk",
|
"greate:andesite_alloy_whisk",
|
||||||
"gtceu:andesite_alloy_bolt",
|
"greate:andesite_alloy_bolt",
|
||||||
"gtceu:andesite_alloy_ingot",
|
"greate:andesite_alloy_ingot",
|
||||||
"gtceu:andesite_alloy_rod",
|
"greate:andesite_alloy_rod",
|
||||||
"gtceu:andesite_alloy_screw",
|
"greate:andesite_alloy_screw",
|
||||||
"gtceu:andesite_alloy_buzz_saw_blade",
|
"greate:andesite_alloy_buzz_saw_blade",
|
||||||
"gtceu:andesite_alloy_block",
|
"greate:andesite_alloy_block",
|
||||||
"gtceu:andesite_alloy_buzzsaw",
|
"greate:andesite_alloy_buzzsaw",
|
||||||
|
|
||||||
"gtceu:refined_radiance_bucket",
|
"greate:refined_radiance_bucket",
|
||||||
"gtceu:tiny_refined_radiance_dust",
|
"greate:tiny_refined_radiance_dust",
|
||||||
"gtceu:small_refined_radiance_dust",
|
"greate:small_refined_radiance_dust",
|
||||||
"gtceu:refined_radiance_dust",
|
"greate:refined_radiance_dust",
|
||||||
"gtceu:refined_radiance_plate",
|
"greate:refined_radiance_plate",
|
||||||
"gtceu:double_refined_radiance_plate",
|
"greate:double_refined_radiance_plate",
|
||||||
"gtceu:refined_radiance_nugget",
|
"greate:refined_radiance_nugget",
|
||||||
"gtceu:refined_radiance_bolt",
|
"greate:refined_radiance_bolt",
|
||||||
"gtceu:refined_radiance_ingot",
|
"greate:refined_radiance_ingot",
|
||||||
"gtceu:refined_radiance_rod",
|
"greate:refined_radiance_rod",
|
||||||
"gtceu:refined_radiance_screw",
|
"greate:refined_radiance_screw",
|
||||||
"gtceu:long_refined_radiance_rod",
|
"greate:long_refined_radiance_rod",
|
||||||
"gtceu:refined_radiance_block",
|
"greate:refined_radiance_block",
|
||||||
|
|
||||||
"gtceu:chromatic_compound_bucket",
|
"greate:chromatic_compound_bucket",
|
||||||
"gtceu:tiny_chromatic_compound_dust",
|
"greate:tiny_chromatic_compound_dust",
|
||||||
"gtceu:small_chromatic_compound_dust",
|
"greate:small_chromatic_compound_dust",
|
||||||
"gtceu:chromatic_compound_dust",
|
"greate:chromatic_compound_dust",
|
||||||
"gtceu:chromatic_compound_nugget",
|
"greate:chromatic_compound_nugget",
|
||||||
"gtceu:chromatic_compound_ingot",
|
"greate:chromatic_compound_ingot",
|
||||||
"gtceu:chromatic_compound_block",
|
"greate:chromatic_compound_block",
|
||||||
|
|
||||||
"gtceu:shadow_steel_bucket",
|
"greate:shadow_steel_bucket",
|
||||||
"gtceu:tiny_shadow_steel_dust",
|
"greate:tiny_shadow_steel_dust",
|
||||||
"gtceu:small_shadow_steel_dust",
|
"greate:small_shadow_steel_dust",
|
||||||
"gtceu:shadow_steel_dust",
|
"greate:shadow_steel_dust",
|
||||||
"gtceu:shadow_steel_plate",
|
"greate:shadow_steel_plate",
|
||||||
"gtceu:double_shadow_steel_plate",
|
"greate:double_shadow_steel_plate",
|
||||||
"gtceu:shadow_steel_nugget",
|
"greate:shadow_steel_nugget",
|
||||||
"gtceu:shadow_steel_bolt",
|
"greate:shadow_steel_bolt",
|
||||||
"gtceu:shadow_steel_ingot",
|
"greate:shadow_steel_ingot",
|
||||||
"gtceu:shadow_steel_rod",
|
"greate:shadow_steel_rod",
|
||||||
"gtceu:shadow_steel_screw",
|
"greate:shadow_steel_screw",
|
||||||
"gtceu:long_shadow_steel_rod",
|
"greate:long_shadow_steel_rod",
|
||||||
"gtceu:shadow_steel_block"
|
"greate:shadow_steel_block"
|
||||||
]);
|
]);
|
||||||
|
|
||||||
global.GREATE_DISABLED_FLUIDS = /** @type {const} */ ([
|
global.GREATE_DISABLED_FLUIDS = /** @type {const} */ ([
|
||||||
"gtceu:andesite_alloy",
|
"greate:andesite_alloy",
|
||||||
"gtceu:refined_radiance",
|
"greate:refined_radiance",
|
||||||
"gtceu:chromatic_compound",
|
"greate:chromatic_compound",
|
||||||
"gtceu:shadow_steel"
|
"greate:shadow_steel"
|
||||||
]);
|
]);
|
||||||
|
|
||||||
global.GREATE_DISABLED_TAGS = /** @type {const} */ ([
|
global.GREATE_DISABLED_TAGS = /** @type {const} */ ([
|
||||||
|
|
|
||||||
|
|
@ -123,7 +123,7 @@ global.GTCEU_DISABLED_ITEMS = /** @type {const} */ ([
|
||||||
"gtceu:damascus_steel_plate",
|
"gtceu:damascus_steel_plate",
|
||||||
"gtceu:double_damascus_steel_plate",
|
"gtceu:double_damascus_steel_plate",
|
||||||
"gtceu:damascus_steel_gear",
|
"gtceu:damascus_steel_gear",
|
||||||
"gtceu:damascus_steel_buzzsaw_blade",
|
"gtceu:damascus_steel_buzz_saw_blade",
|
||||||
"gtceu:damascus_steel_drill_head",
|
"gtceu:damascus_steel_drill_head",
|
||||||
"gtceu:damascus_steel_chainsaw_head",
|
"gtceu:damascus_steel_chainsaw_head",
|
||||||
"gtceu:damascus_steel_bolt",
|
"gtceu:damascus_steel_bolt",
|
||||||
|
|
@ -141,6 +141,24 @@ global.GTCEU_DISABLED_ITEMS = /** @type {const} */ ([
|
||||||
"gtceu:lv_damascus_steel_chainsaw",
|
"gtceu:lv_damascus_steel_chainsaw",
|
||||||
"gtceu:damascus_steel_buzzsaw",
|
"gtceu:damascus_steel_buzzsaw",
|
||||||
"gtceu:damascus_steel_bucket",
|
"gtceu:damascus_steel_bucket",
|
||||||
|
"gtceu:damascus_steel_wire_cutter_head",
|
||||||
|
"gtceu:lv_damascus_steel_wire_cutter",
|
||||||
|
"gtceu:hv_damascus_steel_wire_cutter",
|
||||||
|
"gtceu:iv_damascus_steel_wire_cutter",
|
||||||
|
"gtceu:damascus_steel_butchery_knife_head",
|
||||||
|
"gtceu:damascus_steel_sword_head",
|
||||||
|
"gtceu:damascus_steel_screwdriver_tip",
|
||||||
|
"gtceu:damascus_steel_file_head",
|
||||||
|
"gtceu:damascus_steel_spade_head",
|
||||||
|
"gtceu:damascus_steel_mining_hammer_head",
|
||||||
|
"gtceu:damascus_steel_hoe_head",
|
||||||
|
"gtceu:damascus_steel_hammer_head",
|
||||||
|
"gtceu:damascus_steel_knife_head",
|
||||||
|
"gtceu:damascus_steel_pickaxe_head",
|
||||||
|
"gtceu:damascus_steel_axe_head",
|
||||||
|
"gtceu:damascus_steel_saw_head",
|
||||||
|
"gtceu:damascus_steel_shovel_head",
|
||||||
|
"gtceu:damascus_steel_scythe_head",
|
||||||
|
|
||||||
"gtceu:molten_black_bronze_bucket",
|
"gtceu:molten_black_bronze_bucket",
|
||||||
"gtceu:molten_bismuth_bronze_bucket",
|
"gtceu:molten_bismuth_bronze_bucket",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue