Skip to content
Merged
Show file tree
Hide file tree
Changes from 55 commits
Commits
Show all changes
78 commits
Select commit Hold shift + click to select a range
8d78f91
clean up medical condition-related translation keys
screret Oct 2, 2025
2dd369a
make medical conditions use an actual registry instead of faking one
screret Oct 2, 2025
96d4ca4
rename a couple methods' parameters, add clarifying comments to some,…
screret Oct 2, 2025
67a76ad
add documentation on how lang keys are chosen for medical condition
screret Oct 2, 2025
60e5659
special case the health debuff condition so it can resync the player'…
screret Oct 2, 2025
763bf1c
add a "consumption" hazard trigger that triggers when a player eats s…
screret Oct 2, 2025
9baf0b5
symptom that gives the darkness effect (the one wardens use)
screret Oct 2, 2025
7bd0bce
add separate "affected" text for most conditions because "Player <pla…
screret Oct 2, 2025
73b12fa
fix compile errors
screret Oct 2, 2025
e497cb3
spotless, datagen
screret Oct 2, 2025
548aea3
make fastutil be loaded from maven central so we can get its source a…
screret Oct 3, 2025
7d1d121
merge IMedicalConditionTracker into MedicalConditionTracker
screret Oct 3, 2025
2933348
use absolute values for symptoms for clarity
screret Oct 3, 2025
e46ac75
remove silicosis and berylliosis as they were only annoying and added…
screret Oct 3, 2025
7229894
track the max air symptom's value changes in the entity rather than t…
screret Oct 3, 2025
8883f62
use fastutil reference maps for the progress tracking so we don't was…
screret Oct 3, 2025
cdc4a6f
add descriptions of the various "generic" conditions to GTMedicalCond…
screret Oct 3, 2025
7c3a79b
spotless
screret Oct 3, 2025
7395929
tweak the language of `/medical_condition query` to be easier to read…
screret Oct 3, 2025
1d00512
respect the item's material amount when progressing conditions
screret Oct 3, 2025
8e99861
reset air supply debuff when clearing effects
screret Oct 3, 2025
1501ca7
properly remove cleared conditions' symptoms
screret Oct 3, 2025
e90818d
allow passing negative values into `/medical_condition apply <conditi…
screret Oct 3, 2025
9d65d51
tag all medical condition damage types as bypasses_cooldown
screret Oct 3, 2025
c7c66d0
datagen
screret Oct 3, 2025
f0f8219
run datagen and fix the other translations
screret Oct 12, 2025
b9372b4
Merge branch '1.20.1' into sc/fix-medical-conditions
screret Nov 15, 2025
3a75ee2
Merge branch '1.20.1' into sc/fix-medical-conditions
screret Jan 5, 2026
62c3220
Merge branch '1.20.1' into sc/fix-medical-conditions
screret Jan 12, 2026
56ca306
more test util functions
screret Jan 12, 2026
619e1cf
Medical condition/hazard tests
screret Jan 12, 2026
0afa056
oh I have to tick the player myself ok
screret Jan 12, 2026
548c611
some docs
screret Jan 12, 2026
f2d2453
add a mixin to make test method names be displayed in snake_case even…
screret Jan 12, 2026
41b0079
make antidote tooltips use the correct translation key for curable co…
screret Jan 12, 2026
9932114
fix bad PPE tooltips
screret Jan 12, 2026
90adfdf
fix timeouts being too short
screret Jan 12, 2026
ae87e61
minor reordering
screret Jan 12, 2026
cb636d8
less cancer
screret Jan 12, 2026
a8a69ba
use correct personal pronoun for Players
screret Jan 12, 2026
0907a9e
test the different hazard protection types
screret Jan 12, 2026
9f48d97
actually eat all the pills
screret Jan 12, 2026
37c6bfa
rename event listener to better describe its function
screret Jan 12, 2026
7b1152b
use a forge FakePlayer so event listeners that require a ServerPlayer…
screret Jan 12, 2026
26bc734
less fake player (one that actually ticks)
screret Jan 12, 2026
398b102
use the tick method that actually runs all the stuff we need
screret Jan 12, 2026
c925a6b
update the held item if need be
screret Jan 12, 2026
7b50494
wrong value
screret Jan 12, 2026
7b2ea67
rename method
screret Jan 12, 2026
7e18440
lessen visibility because these don't need to be protected
screret Jan 12, 2026
5a801d3
fix test_medical_condition_ticking not ticking right
screret Jan 12, 2026
84be10c
clean up `getAndAssertAttributeModifier`
screret Jan 12, 2026
377d81c
im giving up on this damn test why it no work
screret Jan 12, 2026
a9b05c2
Merge branch '1.20.1' into sc/fix-medical-conditions
screret Feb 1, 2026
0d52163
fix compilation error
screret Feb 3, 2026
5f3ebd3
Merge branch '1.20.1' into sc/fix-medical-conditions
screret Feb 8, 2026
d260b55
spleets
screret Feb 8, 2026
4a2ca15
Merge branch '1.20.1' into sc/fix-medical-conditions
screret Feb 14, 2026
6b3b196
implement toString for MedicalCondition and Symptom
screret Feb 14, 2026
35e5c52
make the `/medical_condition` command's output better
screret Feb 14, 2026
93db121
tick players' condition trackers based on the player's tick count ins…
screret Feb 14, 2026
4bb87b6
datagen, spotless
screret Feb 14, 2026
1a50f6e
don't send query results to all OPs
screret Feb 14, 2026
04ff3f9
fix mining fatigue symptom being way too harsh (and not actually lowe…
screret Feb 14, 2026
2726b8d
clean up this break speed event handler so it won't give 5x mining sp…
screret Feb 14, 2026
ec8ec50
also move it to above the massive remap event listener
screret Feb 14, 2026
2da2977
fix max slowness symptom deleting movement speed because the assumed …
screret Feb 14, 2026
f02fea1
remove ConfiguredSymptom constructor that allowed only defining an ab…
screret Feb 14, 2026
efb7535
do the same for Symptom and also make some of the constructor variant…
screret Feb 14, 2026
b75dec8
fix some commands having very high permission requirements
screret Feb 14, 2026
f831f40
spot less
screret Feb 14, 2026
372d10b
Merge branch '1.20.1' into sc/fix-medical-conditions
screret Feb 15, 2026
e6b493d
Merge branch '1.20.1' into sc/fix-medical-conditions
screret Feb 26, 2026
5c00fd6
Merge branch 'refs/heads/1.20.1' into sc/fix-medical-conditions
screret Apr 5, 2026
69b8417
fix compile errors
screret Apr 5, 2026
143dee0
fix my tests
screret Apr 5, 2026
89a0104
spotesss
screret Apr 5, 2026
b38c551
ooops forgot to commit this
screret Apr 5, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions injected_interfaces/interfaces.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"net/minecraft/client/renderer/block/model/BakedQuad": [
"com/gregtechceu/gtceu/core/IGTBakedQuad"
],
"net/minecraft/world/entity/Entity": [
"com/gregtechceu/gtceu/core/IFireImmuneEntity",
"com/gregtechceu/gtceu/core/IBreathingEntity"
]
}
72 changes: 38 additions & 34 deletions src/generated/resources/assets/gtceu/lang/en_ud.json
Original file line number Diff line number Diff line change
Expand Up @@ -1735,10 +1735,10 @@
"command.gtceu.cape.use.success": "%s ǝdɐɔ buısn ʍou sı %s",
"command.gtceu.cape.use.success.none": "ǝdɐɔ ɐ buısn ɹǝbuoן ou sı %s",
"command.gtceu.dump_data.success": "%s oʇ %s ʎɹʇsıbǝɹ ɯoɹɟ sǝɔɹnosǝɹ %s pǝdɯnᗡ",
"command.gtceu.medical_condition.get": ":suoıʇıpuoɔ ןɐɔıpǝɯ ǝsǝɥʇ sɐɥ %s ɹǝʎɐןԀ",
"command.gtceu.medical_condition.get.element": "spuoɔǝs %s sǝʇnuıɯ %s :ɹ§%s uoıʇıpuoƆ",
"command.gtceu.medical_condition.get.element.permanent": ")ʇuǝuɐɯɹǝd( spuoɔǝs %s sǝʇnuıɯ %s :ɹ§%s uoıʇıpuoƆ",
"command.gtceu.medical_condition.get.empty": "˙suoıʇıpuoɔ ןɐɔıpǝɯ ou sɐɥ %s ɹǝʎɐןԀ",
"command.gtceu.medical_condition.get": "sɐɥ %s ɹǝʎɐןԀ",
"command.gtceu.medical_condition.get.element": "spuoɔǝs %s sǝʇnuıɯ %s ɹoɟ ɹ§%s -",
"command.gtceu.medical_condition.get.element.permanent": ")ʇuǝuɐɯɹǝd( spuoɔǝs %s sǝʇnuıɯ %s ɹoɟ ɹ§%s -",
"command.gtceu.medical_condition.get.empty": "˙ʎɥʇןɐǝɥ ʎןʇɔǝɟɹǝd sı %s ɹǝʎɐןԀ",
"command.gtceu.place_vein.failure": "%s uoıʇısod ʇɐ %s uıǝʌ ǝɔɐןd oʇ pǝןıɐℲ",
"command.gtceu.place_vein.success": "%s uoıʇısod ʇɐ %s uıǝʌ pǝɔɐןԀ",
"command.gtceu.share_prospection_data.notification": "¡noʎ ɥʇıʍ ɐʇɐp buıʇɔǝdsoɹd buıɹɐɥs sı %s",
Expand Down Expand Up @@ -2158,11 +2158,11 @@
"death.attack.gtceu.medical_condition/chemical_burns": "ʇuǝpıɔɔɐ ןɐɔıɯǝɥɔ ɐ pɐɥ %s",
"death.attack.gtceu.medical_condition/irritant": "ɥsɐɹ pɐq ɹ§ʎꞀꞀⱯƎᴚן§u§ ɐ ʇob %s",
"death.attack.gtceu.medical_condition/methanol_poisoning": "uoıʇıqıɥoɹd ǝɥʇ buıɹnp ǝuıɥsuooɯ ʞuıɹp oʇ pǝıɹʇ %s",
"death.attack.gtceu.medical_condition/nausea": "ɐǝsnɐu ɟo pǝıp %s",
"death.attack.gtceu.medical_condition/nausea": "ɐǝsnɐu oʇ pǝqɯnɔɔns %s",
"death.attack.gtceu.medical_condition/none": "¿buıɥʇou ˙˙˙ɟo pǝıp %s",
"death.attack.gtceu.medical_condition/poison": "snouosıod 'ʇɔɐɟ uı 'ǝɹɐ sןɐıɹǝʇɐɯ snouosıod ʇɐɥʇ ʇobɹoɟ %s",
"death.attack.gtceu.medical_condition/silicosis": "˙sısoɔıןıs sɐʍ ʇı ˙sısoןnɔɹǝqnʇ ɟo ǝıp ʇ,upıp %s",
"death.attack.gtceu.medical_condition/weak_poison": ")¡ʎɹnɔɹǝɯ ɹo( pɐǝן ǝʇɐ %s",
"death.attack.gtceu.medical_condition/silicosis": "sısoɔıןıs sɐʍ ʇI ˙sısoןnɔɹǝqnʇ ɟo ǝıp ʇ,upıp %s",
"death.attack.gtceu.medical_condition/weak_poison": "pɐǝן ǝʇɐ %s",
"death.attack.gtceu.mining_hammer": "%s ʎq ǝɹO ɹoɟ uǝʞɐʇsıɯ sɐʍ %s",
"death.attack.gtceu.mortar": "%s ʎq ʇsnp oʇ punoɹb sɐʍ %s",
"death.attack.gtceu.pickaxe": "%s ʎq pǝuıɯ ʇob %s",
Expand Down Expand Up @@ -2488,12 +2488,6 @@
"gtceu.gui.toggle_view.disabled": ")spınןℲ( ʍǝıΛ ǝןbbo⟘",
"gtceu.gui.toggle_view.enabled": ")sɯǝʇI( ʍǝıΛ ǝןbbo⟘",
"gtceu.gui.waiting_list": ":ǝnǝnὉ buıpuǝS",
"gtceu.hazard_trigger.any": "ʇɔɐʇuoɔ ʎuⱯ",
"gtceu.hazard_trigger.description": ":ʎq pǝsnɐƆ",
"gtceu.hazard_trigger.inhalation": "uoıʇɐןɐɥuI",
"gtceu.hazard_trigger.none": "buıɥʇoN",
"gtceu.hazard_trigger.protection.description": ":ɯoɹɟ sʇɔǝʇoɹԀ",
"gtceu.hazard_trigger.skin_contact": "ʇɔɐʇuoɔ uıʞS",
"gtceu.implosion_compressor": "ɹossǝɹdɯoƆ uoısoןdɯI",
"gtceu.io.both": "ɥʇoᗺ",
"gtceu.io.export": "ʇɹodxƎ",
Expand Down Expand Up @@ -3248,25 +3242,6 @@
"gtceu.maintenance.configurable_time": "xɟ% :ǝɯı⟘",
"gtceu.maintenance.configurable_time.changed_description": "˙ǝʇɐɹ ןɐɯɹou ǝɥʇ xɟ% ʇɐ ɹnɔɔo ןןıʍ sɯǝןqoɹd ǝɔuɐuǝʇuıɐW",
"gtceu.maintenance.configurable_time.unchanged_description": "˙ǝʇɐpdn oʇ uoıʇɐɹnbıɟuoɔ ǝbuɐɥƆ ˙ǝʇɐɹ ןɐɯɹou ʇɐ ɹnɔɔo ןןıʍ sɯǝןqoɹd ǝɔuɐuǝʇuıɐW",
"gtceu.medical_condition.antidote.description": "sןıɐʇǝp ʍoɥs oʇ ʇɟıɥS pןoHㄥ§ ǝʇopıʇuⱯɐ§",
"gtceu.medical_condition.antidote.description.effect_removed": "sʇɔǝɟɟǝ ,suoıʇıpuoɔ ʇuǝɹɹnɔ ɟo %s%% sǝʌoɯǝᴚ",
"gtceu.medical_condition.antidote.description.effect_removed.all": "sʇɔǝɟɟǝ ,suoıʇıpuoɔ ʇuǝɹɹnɔ ɟo ןןɐ sǝʌoɯǝᴚ",
"gtceu.medical_condition.antidote.description_shift": ":suoıʇıpuoɔ ǝsǝɥʇ sǝɹnƆɐ§",
"gtceu.medical_condition.arsenicosis": "sısoɔıuǝsɹⱯq§",
"gtceu.medical_condition.asbestosis": "sısoʇsǝqsⱯp§",
"gtceu.medical_condition.berylliosis": "sısoıןןʎɹǝᗺϛ§",
"gtceu.medical_condition.carbon_monoxide_poisoning": "buıuosıoԀ ǝpıxouoW uoqɹɐƆㄥ§",
"gtceu.medical_condition.carcinogen": "ɔıuǝbouıɔɹɐƆǝ§",
"gtceu.medical_condition.chemical_burns": "suɹnq ןɐɔıɯǝɥƆϛ§",
"gtceu.medical_condition.description": "sןıɐʇǝp ʍoɥs oʇ ʇɟıɥS pןoHㄥ§ S∩OᗡᴚⱯZⱯHɔ§ן§",
"gtceu.medical_condition.description_shift": ":S∩OᗡᴚⱯZⱯHɔ§ן§",
"gtceu.medical_condition.irritant": "ʇuɐʇıɹɹI9§",
"gtceu.medical_condition.methanol_poisoning": "buıuosıoԀ ןouɐɥʇǝW9§",
"gtceu.medical_condition.nausea": "buıʇɐǝsnɐNƐ§",
"gtceu.medical_condition.none": "snoɹǝbuɐᗡ ʇoNᄅ§",
"gtceu.medical_condition.poison": "snouosıoԀᄅ§",
"gtceu.medical_condition.silicosis": "sısoɔıןıSƖ§",
"gtceu.medical_condition.weak_poison": "snouosıod ʎןʞɐǝMɐ§",
"gtceu.minimap.ore_vein.depleted": "pǝʇǝןdǝᗡ",
"gtceu.mixer": "ɹǝxıW",
"gtceu.mode.both": "ɹ§)ɯǝʇI puⱯ pınןℲ( ɥʇoᗺp§",
Expand Down Expand Up @@ -4778,7 +4753,7 @@
"item.gtceu.tool.behavior.block_rotation": "sʞɔoןᗺ sǝʇɐʇoᴚɟ§ :ɔıuɐɥɔǝWᄅ§",
"item.gtceu.tool.behavior.crop_harvesting": "sdoɹƆ sʇsǝʌɹɐHɟ§ :ɹǝʇsǝʌɹɐHɐ§",
"item.gtceu.tool.behavior.damage_boost": "%s ʇsuıɐbɐ ǝbɐɯɐp ɐɹʇxƎɟ§ :ʇsooᗺ ǝbɐɯɐᗡㄣ§",
"item.gtceu.tool.behavior.dowse_campfire": "sǝɹıɟdɯɐƆ sǝsʍoᗡɟ§ :ɹǝʇɥbıɟǝɹıℲƖ§",
"item.gtceu.tool.behavior.dowse_campfire": "sǝɹıɟdɯɐƆ sǝsʍoᗡɟ§ :ɹǝʇɥbıɟǝɹıℲ9§",
"item.gtceu.tool.behavior.grass_path": "sɥʇɐԀ ssɐɹ⅁ sǝʇɐǝɹƆɟ§ :ɹǝdɐɔspuɐꞀǝ§",
"item.gtceu.tool.behavior.ground_tilling": "punoɹ⅁ sןןı⟘ɟ§ :ɹǝɯɹɐℲǝ§",
"item.gtceu.tool.behavior.plunger": "spınןℲ suıɐɹᗡɟ§ :ɹǝqɯnןԀ6§",
Expand Down Expand Up @@ -5676,6 +5651,23 @@
"material.gtceu.zinc_sulfide": "ǝpıɟןnS ɔuıZ",
"material.gtceu.zincite": "ǝʇıɔuıZ",
"material.gtceu.zirconium": "ɯnıuoɔɹıZ",
"medical_condition.gtceu.arsenicosis": "sısoɔıuǝsɹⱯq§",
"medical_condition.gtceu.asbestosis": "sısoʇsǝqsⱯp§",
"medical_condition.gtceu.carbon_monoxide_poisoning": "buıuosıoԀ ǝpıxouoW uoqɹɐƆㄥ§",
"medical_condition.gtceu.carcinogen": "ɔıuǝbouıɔɹɐƆǝ§",
"medical_condition.gtceu.carcinogen.affected": "ɹǝɔuɐƆǝ§",
"medical_condition.gtceu.chemical_burns": "suɹnq ןɐɔıɯǝɥƆϛ§",
"medical_condition.gtceu.irritant": "ʇuɐʇıɹɹI9§",
"medical_condition.gtceu.irritant.affected": "uoıʇɐʇıɹɹI9§",
"medical_condition.gtceu.methanol_poisoning": "buıuosıoԀ ןouɐɥʇǝW9§",
"medical_condition.gtceu.nausea": "buıʇɐǝsnɐNƐ§",
"medical_condition.gtceu.nausea.affected": "ɐǝsnɐNƐ§",
"medical_condition.gtceu.none": "snoɹǝbuɐᗡ ʇoNᄅ§",
"medical_condition.gtceu.none.affected": "¿buıɥʇoNᄅ§",
"medical_condition.gtceu.poison": "snouosıoԀᄅ§",
"medical_condition.gtceu.poison.affected": "buıuosıoԀᄅ§",
"medical_condition.gtceu.weak_poison": "snouosıod ʎןʞɐǝMɐ§",
"medical_condition.gtceu.weak_poison.affected": "buıuosıod ɹouıWɐ§",
"message.gtceu.new_veins.amount": "¡suıǝʌ ʍǝu %d pǝʇɔǝdsoɹԀ",
"message.gtceu.new_veins.name": "¡%s pǝʇɔǝdsoɹԀ",
"metaarmor.energy_share.disable": "pǝןqɐsıp buıbɹɐɥɔ sʇǝbpɐ⅁ :ʎןddnS ʎbɹǝuƎ",
Expand Down Expand Up @@ -5905,5 +5897,17 @@
"tile.gtceu.petrified_foam.name": "ɯɐoℲ pǝıɟıɹʇǝԀ",
"tile.gtceu.reinforced_foam.name": "ɯɐoℲ pǝɔɹoɟuıǝᴚ",
"tile.gtceu.reinforced_stone.name": "ǝuoʇS pǝɔɹoɟuıǝᴚ",
"tile.gtceu.seal.name": "ʞɔoןᗺ pǝןɐǝS"
"tile.gtceu.seal.name": "ʞɔoןᗺ pǝןɐǝS",
"tooltip.gtceu.antidote.description": "sןıɐʇǝp ʍoɥs oʇ ʇɟıɥS pןoHㄥ§ ǝʇopıʇuⱯɐ§",
"tooltip.gtceu.antidote.description.effect_removed": "sʇɔǝɟɟǝ ,suoıʇıpuoɔ ʇuǝɹɹnɔ ɟo %s%% sǝʌoɯǝᴚ",
"tooltip.gtceu.antidote.description.effect_removed.all": "sʇɔǝɟɟǝ ,suoıʇıpuoɔ ʇuǝɹɹnɔ ɟo ןןɐ sǝʌoɯǝᴚ",
"tooltip.gtceu.antidote.description_shift": ":suoıʇıpuoɔ ǝsǝɥʇ sǝɹnƆɐ§",
"tooltip.gtceu.hazard_trigger": ":ʎq pǝsnɐƆ",
"tooltip.gtceu.hazard_trigger.any": "ʇɔɐʇuoɔ ʎuⱯ",
"tooltip.gtceu.hazard_trigger.inhalation": "uoıʇɐןɐɥuI",
"tooltip.gtceu.hazard_trigger.none": "buıɥʇoN",
"tooltip.gtceu.hazard_trigger.protection": ":ɯoɹɟ sʇɔǝʇoɹԀ",
"tooltip.gtceu.hazard_trigger.skin_contact": "ʇɔɐʇuoɔ uıʞS",
"tooltip.gtceu.medical_condition.description": "sןıɐʇǝp ʍoɥs oʇ ʇɟıɥS pןoHㄥ§ S∩OᗡᴚⱯZⱯHɔ§ן§",
"tooltip.gtceu.medical_condition.description_shift": ":S∩OᗡᴚⱯZⱯHɔ§ן§"
}
72 changes: 38 additions & 34 deletions src/generated/resources/assets/gtceu/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -1735,10 +1735,10 @@
"command.gtceu.cape.use.success": "%s is now using cape %s",
"command.gtceu.cape.use.success.none": "%s is no longer using a cape",
"command.gtceu.dump_data.success": "Dumped %s resources from registry %s to %s",
"command.gtceu.medical_condition.get": "Player %s has these medical conditions:",
"command.gtceu.medical_condition.get.element": "Condition %s§r: %s minutes %s seconds",
"command.gtceu.medical_condition.get.element.permanent": "Condition %s§r: %s minutes %s seconds (permanent)",
"command.gtceu.medical_condition.get.empty": "Player %s has no medical conditions.",
"command.gtceu.medical_condition.get": "Player %s has",
"command.gtceu.medical_condition.get.element": "- %s§r for %s minutes %s seconds",
"command.gtceu.medical_condition.get.element.permanent": "- %s§r for %s minutes %s seconds (permanent)",
"command.gtceu.medical_condition.get.empty": "Player %s is perfectly healthy.",
"command.gtceu.place_vein.failure": "Failed to place vein %s at position %s",
"command.gtceu.place_vein.success": "Placed vein %s at position %s",
"command.gtceu.share_prospection_data.notification": "%s is sharing prospecting data with you!",
Expand Down Expand Up @@ -2158,11 +2158,11 @@
"death.attack.gtceu.medical_condition/chemical_burns": "%s had a chemical accident",
"death.attack.gtceu.medical_condition/irritant": "%s got a §n§lREALLY§r bad rash",
"death.attack.gtceu.medical_condition/methanol_poisoning": "%s tried to drink moonshine during the prohibition",
"death.attack.gtceu.medical_condition/nausea": "%s died of nausea",
"death.attack.gtceu.medical_condition/nausea": "%s succumbed to nausea",
"death.attack.gtceu.medical_condition/none": "%s died of... nothing?",
"death.attack.gtceu.medical_condition/poison": "%s forgot that poisonous materials are, in fact, poisonous",
"death.attack.gtceu.medical_condition/silicosis": "%s didn't die of tuberculosis. it was silicosis.",
"death.attack.gtceu.medical_condition/weak_poison": "%s ate lead (or mercury!)",
"death.attack.gtceu.medical_condition/silicosis": "%s didn't die of tuberculosis. It was silicosis",
"death.attack.gtceu.medical_condition/weak_poison": "%s ate lead",
"death.attack.gtceu.mining_hammer": "%s was mistaken for Ore by %s",
"death.attack.gtceu.mortar": "%s was ground to dust by %s",
"death.attack.gtceu.pickaxe": "%s got mined by %s",
Expand Down Expand Up @@ -2488,12 +2488,6 @@
"gtceu.gui.toggle_view.disabled": "Toggle View (Fluids)",
"gtceu.gui.toggle_view.enabled": "Toggle View (Items)",
"gtceu.gui.waiting_list": "Sending Queue:",
"gtceu.hazard_trigger.any": "Any contact",
"gtceu.hazard_trigger.description": "Caused by:",
"gtceu.hazard_trigger.inhalation": "Inhalation",
"gtceu.hazard_trigger.none": "Nothing",
"gtceu.hazard_trigger.protection.description": "Protects from:",
"gtceu.hazard_trigger.skin_contact": "Skin contact",
"gtceu.implosion_compressor": "Implosion Compressor",
"gtceu.io.both": "Both",
"gtceu.io.export": "Export",
Expand Down Expand Up @@ -3249,25 +3243,6 @@
"gtceu.maintenance.configurable_time": "Time: %fx",
"gtceu.maintenance.configurable_time.changed_description": "Maintenance problems will occur at %fx the normal rate.",
"gtceu.maintenance.configurable_time.unchanged_description": "Maintenance problems will occur at normal rate. Change configuration to update.",
"gtceu.medical_condition.antidote.description": "§aAntidote §7Hold Shift to show details",
"gtceu.medical_condition.antidote.description.effect_removed": "Removes %s%% of current conditions' effects",
"gtceu.medical_condition.antidote.description.effect_removed.all": "Removes all of current conditions' effects",
"gtceu.medical_condition.antidote.description_shift": "§aCures these conditions:",
"gtceu.medical_condition.arsenicosis": "§bArsenicosis",
"gtceu.medical_condition.asbestosis": "§dAsbestosis",
"gtceu.medical_condition.berylliosis": "§5Berylliosis",
"gtceu.medical_condition.carbon_monoxide_poisoning": "§7Carbon Monoxide Poisoning",
"gtceu.medical_condition.carcinogen": "§eCarcinogenic",
"gtceu.medical_condition.chemical_burns": "§5Chemical burns",
"gtceu.medical_condition.description": "§l§cHAZARDOUS §7Hold Shift to show details",
"gtceu.medical_condition.description_shift": "§l§cHAZARDOUS:",
"gtceu.medical_condition.irritant": "§6Irritant",
"gtceu.medical_condition.methanol_poisoning": "§6Methanol Poisoning",
"gtceu.medical_condition.nausea": "§3Nauseating",
"gtceu.medical_condition.none": "§2Not Dangerous",
"gtceu.medical_condition.poison": "§2Poisonous",
"gtceu.medical_condition.silicosis": "§1Silicosis",
"gtceu.medical_condition.weak_poison": "§aWeakly poisonous",
"gtceu.minimap.ore_vein.depleted": "Depleted",
"gtceu.mixer": "Mixer",
"gtceu.mode.both": "§dBoth (Fluid And Item)§r",
Expand Down Expand Up @@ -4779,7 +4754,7 @@
"item.gtceu.tool.behavior.block_rotation": "§2Mechanic: §fRotates Blocks",
"item.gtceu.tool.behavior.crop_harvesting": "§aHarvester: §fHarvests Crops",
"item.gtceu.tool.behavior.damage_boost": "§4Damage Boost: §fExtra damage against %s",
"item.gtceu.tool.behavior.dowse_campfire": "§1Firefighter: §fDowses Campfires",
"item.gtceu.tool.behavior.dowse_campfire": "§6Firefighter: §fDowses Campfires",
"item.gtceu.tool.behavior.grass_path": "§eLandscaper: §fCreates Grass Paths",
"item.gtceu.tool.behavior.ground_tilling": "§eFarmer: §fTills Ground",
"item.gtceu.tool.behavior.plunger": "§9Plumber: §fDrains Fluids",
Expand Down Expand Up @@ -5677,6 +5652,23 @@
"material.gtceu.zinc_sulfide": "Zinc Sulfide",
"material.gtceu.zincite": "Zincite",
"material.gtceu.zirconium": "Zirconium",
"medical_condition.gtceu.arsenicosis": "§bArsenicosis",
"medical_condition.gtceu.asbestosis": "§dAsbestosis",
"medical_condition.gtceu.carbon_monoxide_poisoning": "§7Carbon Monoxide Poisoning",
"medical_condition.gtceu.carcinogen": "§eCarcinogenic",
"medical_condition.gtceu.carcinogen.affected": "§eCancer",
"medical_condition.gtceu.chemical_burns": "§5Chemical burns",
"medical_condition.gtceu.irritant": "§6Irritant",
"medical_condition.gtceu.irritant.affected": "§6Irritation",
"medical_condition.gtceu.methanol_poisoning": "§6Methanol Poisoning",
"medical_condition.gtceu.nausea": "§3Nauseating",
"medical_condition.gtceu.nausea.affected": "§3Nausea",
"medical_condition.gtceu.none": "§2Not Dangerous",
"medical_condition.gtceu.none.affected": "§2Nothing?",
"medical_condition.gtceu.poison": "§2Poisonous",
"medical_condition.gtceu.poison.affected": "§2Poisoning",
"medical_condition.gtceu.weak_poison": "§aWeakly poisonous",
"medical_condition.gtceu.weak_poison.affected": "§aMinor poisoning",
"message.gtceu.new_veins.amount": "Prospected %d new veins!",
"message.gtceu.new_veins.name": "Prospected %s!",
"metaarmor.energy_share.disable": "Energy Supply: Gadgets charging disabled",
Expand Down Expand Up @@ -5912,5 +5904,17 @@
"tile.gtceu.petrified_foam.name": "Petrified Foam",
"tile.gtceu.reinforced_foam.name": "Reinforced Foam",
"tile.gtceu.reinforced_stone.name": "Reinforced Stone",
"tile.gtceu.seal.name": "Sealed Block"
"tile.gtceu.seal.name": "Sealed Block",
"tooltip.gtceu.antidote.description": "§aAntidote §7Hold Shift to show details",
"tooltip.gtceu.antidote.description.effect_removed": "Removes %s%% of current conditions' effects",
"tooltip.gtceu.antidote.description.effect_removed.all": "Removes all of current conditions' effects",
"tooltip.gtceu.antidote.description_shift": "§aCures these conditions:",
"tooltip.gtceu.hazard_trigger": "Caused by:",
"tooltip.gtceu.hazard_trigger.any": "Any contact",
"tooltip.gtceu.hazard_trigger.inhalation": "Inhalation",
"tooltip.gtceu.hazard_trigger.none": "Nothing",
"tooltip.gtceu.hazard_trigger.protection": "Protects from:",
"tooltip.gtceu.hazard_trigger.skin_contact": "Skin contact",
"tooltip.gtceu.medical_condition.description": "§l§cHAZARDOUS §7Hold Shift to show details",
"tooltip.gtceu.medical_condition.description_shift": "§l§cHAZARDOUS:"
}

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
"gtceu:medical_condition/carcinogen",
"gtceu:medical_condition/asbestosis",
"gtceu:medical_condition/arsenicosis",
"gtceu:medical_condition/silicosis",
"gtceu:medical_condition/berylliosis",
"gtceu:medical_condition/methanol_poisoning",
"gtceu:medical_condition/carbon_monoxide_poisoning",
"gtceu:heat",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"values": [
"gtceu:medical_condition/none",
"gtceu:medical_condition/chemical_burns",
"gtceu:medical_condition/poison",
"gtceu:medical_condition/weak_poison",
"gtceu:medical_condition/irritant",
"gtceu:medical_condition/nausea",
"gtceu:medical_condition/carcinogen",
"gtceu:medical_condition/asbestosis",
"gtceu:medical_condition/arsenicosis",
"gtceu:medical_condition/methanol_poisoning",
"gtceu:medical_condition/carbon_monoxide_poisoning"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"values": [
"gtceu:medical_condition/none",
"gtceu:medical_condition/chemical_burns",
"gtceu:medical_condition/poison",
"gtceu:medical_condition/weak_poison",
"gtceu:medical_condition/irritant",
"gtceu:medical_condition/nausea",
"gtceu:medical_condition/carcinogen",
"gtceu:medical_condition/asbestosis",
"gtceu:medical_condition/arsenicosis",
"gtceu:medical_condition/methanol_poisoning",
"gtceu:medical_condition/carbon_monoxide_poisoning"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"values": [
"gtceu:medical_condition/none",
"gtceu:medical_condition/chemical_burns",
"gtceu:medical_condition/poison",
"gtceu:medical_condition/weak_poison",
"gtceu:medical_condition/irritant",
"gtceu:medical_condition/nausea",
"gtceu:medical_condition/carcinogen",
"gtceu:medical_condition/asbestosis",
"gtceu:medical_condition/arsenicosis",
"gtceu:medical_condition/methanol_poisoning",
"gtceu:medical_condition/carbon_monoxide_poisoning"
]
}
Loading
Loading