Skip to content

Commit 8fefa16

Browse files
committed
Another NBT Fix
1 parent 2215443 commit 8fefa16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/redcrafter07/ultrautilities/tileentity/CraftingStationTile.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public CraftingStationTile() {
3535

3636
@Override
3737
public void read(BlockState blockState, CompoundNBT nbt) {
38-
itemHandler.deserializeNBT((CompoundNBT) nbt.get("craftingStationContents"));
38+
itemHandler.deserializeNBT(nbt.getCompound("craftingStationContents"));
3939
super.read(blockState, nbt);
4040
}
4141

0 commit comments

Comments
 (0)