We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2215443 commit 8fefa16Copy full SHA for 8fefa16
src/main/java/com/redcrafter07/ultrautilities/tileentity/CraftingStationTile.java
@@ -35,7 +35,7 @@ public CraftingStationTile() {
35
36
@Override
37
public void read(BlockState blockState, CompoundNBT nbt) {
38
- itemHandler.deserializeNBT((CompoundNBT) nbt.get("craftingStationContents"));
+ itemHandler.deserializeNBT(nbt.getCompound("craftingStationContents"));
39
super.read(blockState, nbt);
40
}
41
0 commit comments