Skip to content

Commit

Permalink
Fixed custom model json bug
Browse files Browse the repository at this point in the history
  • Loading branch information
LatvianModder committed Oct 18, 2023
1 parent 23f2dd3 commit 4c2d755
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ public void generateAssetJsons(AssetJsonGenerator generator) {
}

if (modelJson != null) {
generator.json(newID("models/", ""), modelJson);
generator.json(newID("models/block/", ""), modelJson);
} else {
// This is different because there can be multiple models, so we should let the block handle those
generateBlockModelJsons(generator);
Expand Down

0 comments on commit 4c2d755

Please sign in to comment.