Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Starexify committed Oct 30, 2024
1 parent 61dde18 commit b5123fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/net/nova/nmt/data/NMTItemModelProvider.java
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ public void potionItem(Item item) {
.model(new ModelFile.UncheckedModelFile(NoMoreThings.rl("item/" + potionName)))
.end();

// Create the individual potion model
getBuilder("item/" + potionName)
.parent(new ModelFile.UncheckedModelFile("item/generated"))
.texture("layer0", NoMoreThings.rl("item/" + potionName));
Expand Down

0 comments on commit b5123fa

Please sign in to comment.