mirror of
https://github.com/mt-mods/xcompat.git
synced 2025-01-22 08:11:11 +01:00
add material.stick (#36)
This commit is contained in:
parent
34781935d6
commit
688f12a970
@ -76,6 +76,7 @@ local materials = {
|
||||
birch_planks = "fl_trees:aspen_plank",
|
||||
jungle_leaves = "fl_trees:jungletree_leaves",
|
||||
bowl = "",
|
||||
stick = "fl_trees:stick",
|
||||
}
|
||||
|
||||
if minetest.get_modpath("basic_materials") then
|
||||
|
@ -83,6 +83,7 @@ local materials = {
|
||||
jungle_leaves = "hades_trees:jungle_leaves",
|
||||
--hades has no bowl but you get plate on eat so makes most sense?
|
||||
bowl = "hades_food:plate",
|
||||
stick = "hades_core:stick",
|
||||
}
|
||||
|
||||
if minetest.get_modpath("hades_bucket") then
|
||||
|
@ -77,6 +77,7 @@ local materials = {
|
||||
birch_planks = "mcl_trees:wood_birch",
|
||||
jungle_leaves = "mcl_trees:leaves_jungle",
|
||||
bowl = "mcl_core:bowl",
|
||||
stick = "mcl_core:stick",
|
||||
}
|
||||
|
||||
return materials
|
@ -75,6 +75,7 @@ local materials = {
|
||||
birch_planks = "default:aspen_wood",
|
||||
jungle_leaves = "default:jungleleaves",
|
||||
bowl = "",
|
||||
stick = "default:stick",
|
||||
}
|
||||
|
||||
if minetest.registered_items["farming:bowl"] then
|
||||
|
Loading…
Reference in New Issue
Block a user