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 17, 2023
1 parent f3098de commit 3bd1ce2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,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 3bd1ce2

Please sign in to comment.