Skip to content

Commit

Permalink
fixed crash when placing electric machine, updated antimatter
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinsdar committed May 5, 2024
1 parent 9b9f6d7 commit 3b91924
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public BlockEntityUpgradeableMachine(UpgradeableMachine type, BlockPos pos, Bloc
builder.put(CustomTags.MUFFLER_UPGRADES, 1);
}
if (type.getAllowedUpgrades().contains(CustomTags.STEAM_UPGRADES)){
builder.put(CustomTags.TRANSFORMER_UPGRADES, 1);
builder.put(CustomTags.STEAM_UPGRADES, 1);
}
allowedUpgrades = builder.build();
}
Expand Down

0 comments on commit 3b91924

Please sign in to comment.