aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/com
diff options
context:
space:
mode:
authorbasdxz <tudurap.com@gmail.com>2021-01-18 21:48:59 +0000
committerbasdxz <tudurap.com@gmail.com>2021-01-18 21:52:10 +0000
commit50eed5564fda6e36e18a9658e055a7f37476b1fc (patch)
treec35b5397fca88baabf55b87165d0f1ed58376d97 /src/main/java/com
parent84048d774b12fc7ae48d83e61fc55438cc657831 (diff)
downloadGT5-Unofficial-50eed5564fda6e36e18a9658e055a7f37476b1fc.tar.gz
GT5-Unofficial-50eed5564fda6e36e18a9658e055a7f37476b1fc.tar.bz2
GT5-Unofficial-50eed5564fda6e36e18a9658e055a7f37476b1fc.zip
Add Textures and locale for powerpass cover
also make it actually load the item lol
Diffstat (limited to 'src/main/java/com')
-rw-r--r--src/main/java/com/github/technus/tectech/loader/thing/ThingsLoader.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/java/com/github/technus/tectech/loader/thing/ThingsLoader.java b/src/main/java/com/github/technus/tectech/loader/thing/ThingsLoader.java
index 6fa0ba2bb3..4adeeec315 100644
--- a/src/main/java/com/github/technus/tectech/loader/thing/ThingsLoader.java
+++ b/src/main/java/com/github/technus/tectech/loader/thing/ThingsLoader.java
@@ -61,6 +61,7 @@ public class ThingsLoader implements Runnable {
TeslaCoilCover.run();
TeslaCoilCapacitor.run();
EnderFluidLinkCover.run();
+ PowerPassUpgradeCover.run();
TecTech.LOGGER.info("Useful Items registered");
TeslaCoilComponent.run();