aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/api
diff options
context:
space:
mode:
authorJakub <53441451+kuba6000@users.noreply.github.com>2023-06-08 19:54:59 +0200
committerGitHub <noreply@github.com>2023-06-08 19:54:59 +0200
commit9b98654db3a0beb00588058b492afe6fa4baaa3e (patch)
tree8d4521b7f872afc1bb539007acb7c89e1073166f /src/main/java/gregtech/api
parent2ae49a1fbc8eee056b9f7de127fc6d8fe72ee5ab (diff)
downloadGT5-Unofficial-9b98654db3a0beb00588058b492afe6fa4baaa3e.tar.gz
GT5-Unofficial-9b98654db3a0beb00588058b492afe6fa4baaa3e.tar.bz2
GT5-Unofficial-9b98654db3a0beb00588058b492afe6fa4baaa3e.zip
fix (#2069)
Diffstat (limited to 'src/main/java/gregtech/api')
-rw-r--r--src/main/java/gregtech/api/GregTech_API.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/gregtech/api/GregTech_API.java b/src/main/java/gregtech/api/GregTech_API.java
index 14f448adb3..ce662726b8 100644
--- a/src/main/java/gregtech/api/GregTech_API.java
+++ b/src/main/java/gregtech/api/GregTech_API.java
@@ -243,7 +243,7 @@ public class GregTech_API {
sAfterGTPostload = new ArrayList<>(), sFirstWorldTick = new ArrayList<>(),
sBeforeGTServerstart = new ArrayList<>(), sAfterGTServerstart = new ArrayList<>(),
sBeforeGTServerstop = new ArrayList<>(), sAfterGTServerstop = new ArrayList<>(),
- sGTBlockIconload = new ArrayList<>(), sGTItemIconload = new ArrayList<>();
+ sGTBlockIconload = new ArrayList<>(), sGTItemIconload = new ArrayList<>(), sGTCompleteLoad = new ArrayList<>();
/**
* The Icon Registers from Blocks and Items. They will get set right before the corresponding Icon Load Phase as
* executed in the Runnable List above.