Skip to content

Commit

Permalink
fix jsonthings compatibility (#1616)
Browse files Browse the repository at this point in the history
Co-authored-by: YoungOnion <[email protected]>
  • Loading branch information
screret and YoungOnionMC committed Aug 18, 2024
1 parent 90a3d5f commit ab12c54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ public void registerPackFinders(AddPackFindersEvent event) {
event.getPackType(),
Pack.Position.BOTTOM,
GTDynamicResourcePack::new));
} else {
} else if (event.getPackType() == PackType.SERVER_DATA) {
// Clear old data
GTDynamicDataPack.clearServer();

Expand Down

0 comments on commit ab12c54

Please sign in to comment.