Skip to content

Commit 4ad7316

Browse files
authored
Merge pull request #348 from oTurquoise/Theta-1-deprecation
Theta 1 Deprecation
2 parents c692c62 + d40df03 commit 4ad7316

3 files changed

Lines changed: 26 additions & 12 deletions

File tree

kubejs/assets/gtceu/lang/en_us.json

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
{
2-
"block.gtceu.lv_mystical_greenhouse.tooltip": "§7Sieving is boring. How about some agriculture?",
3-
"block.gtceu.mv_mystical_greenhouse.tooltip": "§7Sieving is boring. How about some agriculture?",
4-
"block.gtceu.hv_mystical_greenhouse.tooltip": "§7Sieving is boring. How about some agriculture?",
5-
"block.gtceu.ev_mystical_greenhouse.tooltip": "§7Sieving is boring. How about some agriculture?",
6-
"block.gtceu.iv_mystical_greenhouse.tooltip": "§7Sieving is boring. How about some agriculture?",
7-
"block.gtceu.luv_mystical_greenhouse.tooltip": "§7Sieving is boring. How about some agriculture?",
8-
"block.gtceu.zpm_mystical_greenhouse.tooltip": "§7Sieving is boring. How about some agriculture?",
9-
"block.gtceu.uv_mystical_greenhouse.tooltip": "§7Sieving is boring. How about some agriculture?",
2+
"block.gtceu.lv_mystical_greenhouse.tooltip": "§4§lDeprecated. Will be removed in Theta 2\n§7Sieving is boring. How about some agriculture?",
3+
"block.gtceu.mv_mystical_greenhouse.tooltip": "§4§lDeprecated. Will be removed in Theta 2\n§7Sieving is boring. How about some agriculture?",
4+
"block.gtceu.hv_mystical_greenhouse.tooltip": "§4§lDeprecated. Will be removed in Theta 2\n§7Sieving is boring. How about some agriculture?",
5+
"block.gtceu.ev_mystical_greenhouse.tooltip": "§4§lDeprecated. Will be removed in Theta 2\n§7Sieving is boring. How about some agriculture?",
6+
"block.gtceu.iv_mystical_greenhouse.tooltip": "§4§lDeprecated. Will be removed in Theta 2\n§7Sieving is boring. How about some agriculture?",
7+
"block.gtceu.luv_mystical_greenhouse.tooltip": "§4§lDeprecated. Will be removed in Theta 2\n§7Sieving is boring. How about some agriculture?",
8+
"block.gtceu.zpm_mystical_greenhouse.tooltip": "§4§lDeprecated. Will be removed in Theta 2\n§7Sieving is boring. How about some agriculture?",
9+
"block.gtceu.uv_mystical_greenhouse.tooltip": "§4§lDeprecated. Will be removed in Theta 2\n§7Sieving is boring. How about some agriculture?",
10+
11+
"block.gtceu.essence_burner.tooltip": "§4§lDeprecated. Will be removed in Theta 2",
1012

1113
"block.gtceu.dimensional_finder.tooltip.0": "§7Get Dimensionally Pinged",
1214
"block.gtceu.dimensional_finder.tooltip.1": "§7This machine can send pulses into deep space, recording the echoes on crystals, and can sometimes triangulate a region's location based on that data.",
@@ -60,7 +62,7 @@
6062
"block.gtceu.super_pressure_heat_chamber.tooltip.0": "§7A machine that can provide incredible heat and pressure, making it capable of fusing together incomplete products into some of the most resilient materials known across the galaxy.",
6163
"block.gtceu.super_pressure_heat_chamber.tooltip.1": "Can use §3Parallel§r hatches and has §cSubtick Parallels",
6264

63-
"block.gtceu.nuclear_reactor.tooltip.0": "§7A medium sized reactor that can use relatively simple nuclear reactions to make some extremely useful materials.",
65+
"block.gtceu.nuclear_reactor.tooltip.0": "§4§lDeprecated. Will be removed in Theta 2\n§7A medium sized reactor that can use relatively simple nuclear reactions to make some extremely useful materials.",
6466
"block.gtceu.nuclear_reactor.tooltip.1": "Can use §3Parallel§r hatches",
6567

6668
"block.gtceu.primitive_ore_factory.tooltip.0": "§7Your first all in one ore processing machine.",
@@ -114,11 +116,11 @@
114116
"block.gtceu.void_extractor.tooltip.1": "Can only have §bone§r Energy Hatch",
115117
"block.gtceu.void_extractor.tooltip.2": "§7You are gonna need multiple Output Buses and Hatches",
116118

117-
"block.gtceu.essence_enchancer.tooltip.0": "§7A convoluted machine, that can infuse mystical essences with large amounts of electricity to trigger a change in their composition, making them more useful.",
119+
"block.gtceu.essence_enchancer.tooltip.0": "§4§lDeprecated. Will be removed in Theta 2\n§7A convoluted machine, that can infuse mystical essences with large amounts of electricity to trigger a change in their composition, making them more useful.",
118120
"block.gtceu.essence_enchancer.tooltip.1": "Has §6Perfect Overclock",
119121
"block.gtceu.essence_enchancer.tooltip.2": "Can use §3Parallel§r hatches",
120122

121-
"block.gtceu.essence_replicator.tooltip.0": "§7A machine that can duplicate essences indefinitely, although for the more advanced ones, it requires special fluids to function properly.",
123+
"block.gtceu.essence_replicator.tooltip.0": "§4§lDeprecated. Will be removed in Theta 2\n§7A machine that can duplicate essences indefinitely, although for the more advanced ones, it requires special fluids to function properly.",
122124
"block.gtceu.essence_replicator.tooltip.1": "Has §6Perfect Overclock",
123125
"block.gtceu.essence_replicator.tooltip.2": "Can use §3Parallel§r hatches",
124126

@@ -255,7 +257,7 @@
255257
"material.gtceu.purified_debris": "Purified Debris",
256258
"material.gtceu.netherite": "Netherite",
257259
"block.gtceu.essence_replicator": "Essence Replicator",
258-
"block.gtceu.essence_enchancer": "Essence Enchancer",
260+
"block.gtceu.essence_enchancer": "Essence Enhancer",
259261
"block.gtceu.greenhouse": "Greenhouse",
260262
"gtceu.tree_greenhouse": "Tree Greenhouse",
261263
"gtceu.crop_greenhouse": "Crop Greenhouse",
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"block.solarflux.sp.tooltip": "§4§lDeprecated. Will be removed in Theta 2"
3+
}

kubejs/client_scripts/common/tooltips.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,13 @@ ItemEvents.tooltip(event => {
4545
colossalTypes.forEach(type => {
4646
event.add(`colossalchests:colossal_chest_${type}`, Text.translate(`item.colossalchests.colossal_chest.tooltip`));
4747
});
48+
49+
//Theta 2 removals
50+
const techTiers = [`lv`, `mv`, `hv`, `ev`, `iv`, `luv`, `zpm`, `uv`, `uhv`];
51+
techTiers.forEach(techTier => {
52+
event.add(`gtceu:${techTier}_essence_burner`, Text.translate(`block.gtceu.essence_burner.tooltip`));
53+
})
54+
for (let x=1; x<=8; x++) {
55+
event.add(`solarflux:sp_${x}`, Text.translate(`block.solarflux.sp.tooltip`));
56+
}
4857
});

0 commit comments

Comments
 (0)