Skip to content

Commit

Permalink
Fixed outdated gson bug (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
LatvianModder committed Aug 30, 2024
1 parent 034f868 commit 6dec951
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ public void loadAdditional() {
}
}

if (!furnaceFuelsJson.isEmpty()) {
if (furnaceFuelsJson.size() > 0) {
var json = new JsonObject();
json.add("values", furnaceFuelsJson);
internalDataPack.json(ResourceLocation.fromNamespaceAndPath("neoforge", "data_maps/item/furnace_fuels.json"), json);
Expand Down

0 comments on commit 6dec951

Please sign in to comment.