add material.stick (#36)

This commit is contained in:
Luke aka SwissalpS 2024-07-20 23:52:37 +02:00 committed by GitHub
parent 34781935d6
commit 688f12a970
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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