Skip to content

Commit

Permalink
fix #26 -incorrect itemstring
Browse files Browse the repository at this point in the history
  • Loading branch information
wsor4035 committed May 27, 2024
1 parent a3ef7ba commit 745bdbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/materials/mineclonia.lua
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ local materials = {
birch_leaves = "mcl_trees:leaves_birch",
birch_log = "mcl_trees:tree_birch",
birch_planks = "mcl_trees:wood_birch",
jungle_leaves = "mcl_trees:jungle_leaves",
jungle_leaves = "mcl_trees:leaves_jungle",
bowl = "mcl_core:bowl",
}

Expand Down

0 comments on commit 745bdbe

Please sign in to comment.