mirror of
https://github.com/mt-mods/xcompat.git
synced 2024-12-22 09:00:17 +01:00
fix https://github.com/mt-mods/xcompat/issues/26 -incorrect itemstring
This commit is contained in:
parent
a3ef7ba4a4
commit
745bdbe564
@ -74,7 +74,7 @@ local materials = {
|
|||||||
birch_leaves = "mcl_trees:leaves_birch",
|
birch_leaves = "mcl_trees:leaves_birch",
|
||||||
birch_log = "mcl_trees:tree_birch",
|
birch_log = "mcl_trees:tree_birch",
|
||||||
birch_planks = "mcl_trees:wood_birch",
|
birch_planks = "mcl_trees:wood_birch",
|
||||||
jungle_leaves = "mcl_trees:jungle_leaves",
|
jungle_leaves = "mcl_trees:leaves_jungle",
|
||||||
bowl = "mcl_core:bowl",
|
bowl = "mcl_core:bowl",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user