Skip to content

Commit

Permalink
Update defaultresources and fix ItemModelPlanner
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebemish committed Mar 8, 2024
1 parent 86399db commit afbbf07
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 20 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public void add(String id) {

return () -> {
var json = baseModel.deepCopy();
json.addProperty("parent", ExcavatedVariants.MOD_ID + ":block/" + outRl.getPath().replace(".json", "").replace("models/item/", "") + "_0");
json.addProperty("parent", ExcavatedVariants.MOD_ID + ":block/" + outRl.getPath().replace(".json", "").replace("models/item/", "") + "__0");
return new ByteArrayInputStream(ExcavatedVariants.GSON.toJson(json).getBytes());
};
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ architectury_loom = "1.4.373"
quilt_licenser = "2.0.1"

dynassetgen = "5.1.2"
defaultresources = "3.3.1"
defaultresources = "3.3.3"

mixinextras = "0.3.2"

Expand Down

0 comments on commit afbbf07

Please sign in to comment.