Skip to content

Commit

Permalink
Add missing drive model for Radioactive Storage Cell
Browse files Browse the repository at this point in the history
  • Loading branch information
62832 committed Oct 20, 2024
1 parent bb9a590 commit 56b5a99
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/java/gripe/_90/megacells/client/MEGACellsClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,11 @@ private static void initStorageCellModels(FMLClientSetupEvent event) {
StorageCellModels.registerModel(
MEGAItems.BULK_ITEM_CELL,
MEGACells.makeId(modelPrefix + MEGAItems.BULK_ITEM_CELL.id().getPath()));

StorageCellModels.registerModel(
MEGAItems.RADIOACTIVE_CHEMICAL_CELL,
MEGACells.makeId(modelPrefix
+ MEGAItems.RADIOACTIVE_CHEMICAL_CELL.id().getPath()));
});
}

Expand Down

0 comments on commit 56b5a99

Please sign in to comment.