diff options
| author | boubou19 <miisterunknown@gmail.com> | 2023-09-23 21:59:13 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-23 19:59:13 +0000 |
| commit | 53f71debbc849ac60682070cfae517b84c669016 (patch) | |
| tree | 4fe45869705fc05c58ba30976c8df33f98b67c7f /src/main/java/gregtech/crossmod/holoinventory | |
| parent | 6599b089a7d259ddf0313b10e26e00ab116d3699 (diff) | |
| download | GT5-Unofficial-53f71debbc849ac60682070cfae517b84c669016.tar.gz GT5-Unofficial-53f71debbc849ac60682070cfae517b84c669016.tar.bz2 GT5-Unofficial-53f71debbc849ac60682070cfae517b84c669016.zip | |
Update buildscript (#2305)
* update buildscript
* yeet wildcard imports
Diffstat (limited to 'src/main/java/gregtech/crossmod/holoinventory')
| -rw-r--r-- | src/main/java/gregtech/crossmod/holoinventory/GT_InventoryDecoder.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/gregtech/crossmod/holoinventory/GT_InventoryDecoder.java b/src/main/java/gregtech/crossmod/holoinventory/GT_InventoryDecoder.java index 0cc8d1bf44..7f3651990d 100644 --- a/src/main/java/gregtech/crossmod/holoinventory/GT_InventoryDecoder.java +++ b/src/main/java/gregtech/crossmod/holoinventory/GT_InventoryDecoder.java @@ -1,6 +1,6 @@ package gregtech.crossmod.holoinventory; -import static net.dries007.holoInventory.util.NBTKeys.*; +import static net.dries007.holoInventory.util.NBTKeys.NBT_KEY_COUNT; import java.util.List; |
