Skip to content

Commit

Permalink
fix: Fix copper mesh model not being loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
BlayTheNinth committed Jul 4, 2024
1 parent 715eb29 commit 583ee99
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ public static void initialize(BalmModels models) {

meshes.put("string", models.loadModel(location("block/string_mesh")));
meshes.put("flint", models.loadModel(location("block/flint_mesh")));
meshes.put("copper", models.loadModel(location("block/copper_mesh")));
meshes.put("iron", models.loadModel(location("block/iron_mesh")));
meshes.put("gold", models.loadModel(location("block/gold_mesh")));
meshes.put("diamond", models.loadModel(location("block/diamond_mesh")));
Expand Down

0 comments on commit 583ee99

Please sign in to comment.