Skip to content

Commit e302615

Browse files
authored
Remove old wiki references (#112)
1 parent 6abe2c2 commit e302615

29 files changed

+7
-192
lines changed

dependencies.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
dependencies {
2-
implementation('com.github.GTNewHorizons:GT5-Unofficial:5.09.51.388:dev') {
2+
implementation('com.github.GTNewHorizons:GT5-Unofficial:5.09.51.434:dev') {
33
exclude group: "com.github.GTNewHorizons", module: "Galacticraft"
44
}
5-
implementation('com.github.GTNewHorizons:TinkersConstruct:1.13.40-GTNH:dev')
6-
implementation('com.github.GTNewHorizons:NotEnoughItems:2.7.64-GTNH:dev')
7-
implementation('com.github.GTNewHorizons:GTNHLib:0.6.37:dev')
5+
implementation('com.github.GTNewHorizons:TinkersConstruct:1.13.51-GTNH:dev')
6+
implementation('com.github.GTNewHorizons:NotEnoughItems:2.7.77-GTNH:dev')
7+
implementation('com.github.GTNewHorizons:GTNHLib:0.6.39:dev')
88
api('net.industrial-craft:industrialcraft-2:2.2.828-experimental:dev')
99

10-
compileOnly('com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-655-GTNH:api')
10+
compileOnly('com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-680-GTNH:api')
1111
compileOnly('com.github.GTNewHorizons:BuildCraft:7.1.44:api')
1212
compileOnly('curse.maven:cofh-lib-220333:2388748')
1313
compileOnly('curse.maven:PlayerAPI-228969:2248928')

readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Galacticraft - GTNH
22
===================
33

4+
[Old Galacticraft wiki](https://web.archive.org/web/20240921200246/http://wiki.micdoodle8.com/wiki/Galacticraft) (via Wayback Machine)
5+
46
DEV NOTE: Micdoodlelib is integrated
57
====
68
Do not include Micdoodlelib in your projects! It will break your projects! Micdoodlelib is completely integrated into this project and will not be shipped separate any more.

src/main/java/micdoodle8/mods/galacticraft/core/GalacticraftCore.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@
6565
import micdoodle8.mods.galacticraft.core.client.gui.screen.GameScreenCelestial;
6666
import micdoodle8.mods.galacticraft.core.client.gui.screen.GameScreenText;
6767
import micdoodle8.mods.galacticraft.core.command.CommandGCEnergyUnits;
68-
import micdoodle8.mods.galacticraft.core.command.CommandGCHelp;
6968
import micdoodle8.mods.galacticraft.core.command.CommandGCInv;
7069
import micdoodle8.mods.galacticraft.core.command.CommandJoinSpaceRace;
7170
import micdoodle8.mods.galacticraft.core.command.CommandKeepDim;
@@ -617,7 +616,6 @@ public void serverStarting(FMLServerStartingEvent event) {
617616
event.registerServerCommand(new CommandPlanetTeleport());
618617
event.registerServerCommand(new CommandKeepDim());
619618
event.registerServerCommand(new CommandGCInv());
620-
event.registerServerCommand(new CommandGCHelp());
621619
event.registerServerCommand(new CommandGCEnergyUnits());
622620
event.registerServerCommand(new CommandJoinSpaceRace());
623621

src/main/java/micdoodle8/mods/galacticraft/core/command/CommandGCHelp.java

Lines changed: 0 additions & 63 deletions
This file was deleted.

src/main/java/micdoodle8/mods/galacticraft/core/entities/player/PlayerClient.java

Lines changed: 0 additions & 98 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
import net.minecraft.client.audio.PositionedSoundRecord;
44
import net.minecraft.client.entity.EntityPlayerSP;
55
import net.minecraft.entity.player.EntityPlayer;
6-
import net.minecraft.util.ChatComponentText;
76
import net.minecraft.util.ChunkCoordinates;
8-
import net.minecraft.util.IChatComponent;
97
import net.minecraft.util.MathHelper;
108
import net.minecraft.util.ResourceLocation;
119
import net.minecraft.world.ChunkCoordIntPair;
@@ -28,8 +26,6 @@
2826
import micdoodle8.mods.galacticraft.core.tick.TickHandlerClient;
2927
import micdoodle8.mods.galacticraft.core.tile.TileEntityAdvanced;
3028
import micdoodle8.mods.galacticraft.core.util.ConfigManagerCore;
31-
import micdoodle8.mods.galacticraft.core.util.EnumColor;
32-
import micdoodle8.mods.galacticraft.core.util.GCCoreUtil;
3329
import micdoodle8.mods.galacticraft.core.util.WorldUtil;
3430
import micdoodle8.mods.galacticraft.core.wrappers.PlayerGearData;
3531

@@ -339,99 +335,5 @@ public void onBuild(int i, EntityPlayerSP player) {
339335
stats.buildFlags = (flag & 511) + (repeatCount << 9);
340336
GalacticraftCore.packetPipeline.sendToServer(
341337
new PacketSimple(EnumSimplePacket.S_BUILDFLAGS_UPDATE, new Object[] { stats.buildFlags }));
342-
switch (i) {
343-
case 0:
344-
case 1:
345-
case 2:
346-
case 3:
347-
player.addChatMessage(
348-
IChatComponent.Serializer.func_150699_a(
349-
"[{\"text\":\"" + GCCoreUtil.translate("gui.message.help1")
350-
+ ": \",\"color\":\"white\"},"
351-
+ "{\"text\":\" "
352-
+ EnumColor.BRIGHT_GREEN
353-
+ "wiki."
354-
+ GalacticraftCore.PREFIX
355-
+ "com/wiki/1"
356-
+ "\","
357-
+ "\"color\":\"green\",\"hoverEvent\":{\"action\":\"show_text\",\"value\":"
358-
+ "{\"text\":\""
359-
+ GCCoreUtil.translate("gui.message.clicklink")
360-
+ "\",\"color\":\"yellow\"}},"
361-
+ "\"clickEvent\":{\"action\":\"open_url\",\"value\":\""
362-
+ "http://wiki."
363-
+ GalacticraftCore.PREFIX
364-
+ "com/wiki/1"
365-
+ "\"}}]"));
366-
player.addChatMessage(
367-
new ChatComponentText(
368-
GCCoreUtil.translate("gui.message.help1a") + EnumColor.AQUA + " /gchelp"));
369-
break;
370-
case 4:
371-
case 5:
372-
case 6:
373-
player.addChatMessage(
374-
IChatComponent.Serializer.func_150699_a(
375-
"[{\"text\":\"" + GCCoreUtil.translate("gui.message.help2")
376-
+ ": \",\"color\":\"white\"},"
377-
+ "{\"text\":\" "
378-
+ EnumColor.BRIGHT_GREEN
379-
+ "wiki."
380-
+ GalacticraftCore.PREFIX
381-
+ "com/wiki/2"
382-
+ "\","
383-
+ "\"color\":\"green\",\"hoverEvent\":{\"action\":\"show_text\",\"value\":"
384-
+ "{\"text\":\""
385-
+ GCCoreUtil.translate("gui.message.clicklink")
386-
+ "\",\"color\":\"yellow\"}},"
387-
+ "\"clickEvent\":{\"action\":\"open_url\",\"value\":\""
388-
+ "http://wiki."
389-
+ GalacticraftCore.PREFIX
390-
+ "com/wiki/2"
391-
+ "\"}}]"));
392-
break;
393-
case 7:
394-
player.addChatMessage(
395-
IChatComponent.Serializer.func_150699_a(
396-
"[{\"text\":\"" + GCCoreUtil.translate("gui.message.help3")
397-
+ ": \",\"color\":\"white\"},"
398-
+ "{\"text\":\" "
399-
+ EnumColor.BRIGHT_GREEN
400-
+ "wiki."
401-
+ GalacticraftCore.PREFIX
402-
+ "com/wiki/oil"
403-
+ "\","
404-
+ "\"color\":\"green\",\"hoverEvent\":{\"action\":\"show_text\",\"value\":"
405-
+ "{\"text\":\""
406-
+ GCCoreUtil.translate("gui.message.clicklink")
407-
+ "\",\"color\":\"yellow\"}},"
408-
+ "\"clickEvent\":{\"action\":\"open_url\",\"value\":\""
409-
+ "http://wiki."
410-
+ GalacticraftCore.PREFIX
411-
+ "com/wiki/oil"
412-
+ "\"}}]"));
413-
break;
414-
case 8:
415-
player.addChatMessage(
416-
IChatComponent.Serializer.func_150699_a(
417-
"[{\"text\":\"" + GCCoreUtil.translate("gui.message.prelaunch")
418-
+ ": \",\"color\":\"white\"},"
419-
+ "{\"text\":\" "
420-
+ EnumColor.BRIGHT_GREEN
421-
+ "wiki."
422-
+ GalacticraftCore.PREFIX
423-
+ "com/wiki/pre"
424-
+ "\","
425-
+ "\"color\":\"green\",\"hoverEvent\":{\"action\":\"show_text\",\"value\":"
426-
+ "{\"text\":\""
427-
+ GCCoreUtil.translate("gui.message.clicklink")
428-
+ "\",\"color\":\"yellow\"}},"
429-
+ "\"clickEvent\":{\"action\":\"open_url\",\"value\":\""
430-
+ "http://wiki."
431-
+ GalacticraftCore.PREFIX
432-
+ "com/wiki/pre"
433-
+ "\"}}]"));
434-
break;
435-
}
436338
}
437339
}

src/main/resources/assets/galacticraftcore/lang/cs_CZ.lang

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,6 @@ gui.message.help1a=Pro opětovné zobrazení této zprávy napište
337337
gui.message.help2=Pro rady ohledně vesmírného programu
338338
gui.message.help3=Pro rady ohledně paliv
339339
gui.message.prelaunch=Seznam předstartovní přípravy
340-
gui.message.clicklink=Pro přístup na Galacticraft Wiki klikněte zde
341340

342341
gui.status.active.name=Aktivní
343342
gui.status.missingleaves.name=Nedostatek rostlin

src/main/resources/assets/galacticraftcore/lang/cy_GB.lang

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,6 @@ gui.message.help1a=To see this message again at any time, type ##NEEDS TRANSLATE
338338
gui.message.help2=For Space Program guidance ##NEEDS TRANSLATE##
339339
gui.message.help3=For help with oil ##NEEDS TRANSLATE##
340340
gui.message.prelaunch=Pre-launch checklist ##NEEDS TRANSLATE##
341-
gui.message.clicklink=Click for Galacticraft Wiki ##NEEDS TRANSLATE##
342341
gui.message.thermalStatus.name=Thermal Control ##NEEDS TRANSLATE##
343342

344343
gui.status.active.name = Actif

src/main/resources/assets/galacticraftcore/lang/de_DE.lang

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,6 @@ gui.message.help1a=Um diese Meldung erneut anzuzeigen, benutze:
307307
gui.message.help2=Für die Weltraumprogrammanleitung
308308
gui.message.help3=Für Hilfe bezüglich Öl
309309
gui.message.prelaunch=Vor dem Start - Checkliste
310-
gui.message.clicklink=Klicke, um zum Galacticraft Wiki zu gelangen
311310
gui.message.thermalStatus.name=Temperaturkontrolle
312311

313312
gui.status.active.name=Aktiv

src/main/resources/assets/galacticraftcore/lang/en_GB.lang

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,6 @@ gui.message.help1a=To see this message again at any time, type
337337
gui.message.help2=For Space Programme guidance
338338
gui.message.help3=For help with oil
339339
gui.message.prelaunch=Pre-launch checklist
340-
gui.message.clicklink=Click for Galacticraft Wiki
341340
gui.message.thermalStatus.name=Thermal Control
342341

343342
gui.status.active.name=Active

src/main/resources/assets/galacticraftcore/lang/en_US.lang

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,6 @@ gui.message.help1a=To see this message again at any time, type
335335
gui.message.help2=For Space Program guidance
336336
gui.message.help3=For help with oil
337337
gui.message.prelaunch=Pre-launch checklist
338-
gui.message.clicklink=Click for Galacticraft Wiki
339338
gui.message.thermalStatus.name=Thermal Control
340339

341340
gui.status.active.name=Active

0 commit comments

Comments
 (0)