mirror of
https://github.com/mt-mods/xcompat.git
synced 2025-11-05 02:25:32 +01:00
Add obsidian material (#58)
This commit is contained in:
@@ -78,6 +78,7 @@ local materials = {
|
|||||||
jungle_leaves = "fl_trees:jungletree_leaves",
|
jungle_leaves = "fl_trees:jungletree_leaves",
|
||||||
bowl = "",
|
bowl = "",
|
||||||
stick = "fl_trees:stick",
|
stick = "fl_trees:stick",
|
||||||
|
obsidian = "",
|
||||||
}
|
}
|
||||||
|
|
||||||
if minetest.get_modpath("basic_materials") then
|
if minetest.get_modpath("basic_materials") then
|
||||||
|
|||||||
@@ -85,6 +85,7 @@ local materials = {
|
|||||||
--hades has no bowl but you get plate on eat so makes most sense?
|
--hades has no bowl but you get plate on eat so makes most sense?
|
||||||
bowl = "hades_food:plate",
|
bowl = "hades_food:plate",
|
||||||
stick = "hades_core:stick",
|
stick = "hades_core:stick",
|
||||||
|
obsidian = "hades_core:obsidian",
|
||||||
}
|
}
|
||||||
|
|
||||||
if minetest.get_modpath("hades_bucket") then
|
if minetest.get_modpath("hades_bucket") then
|
||||||
|
|||||||
@@ -72,6 +72,7 @@ local materials = {
|
|||||||
dirt_with_grass = "mcl_core:dirt_with_grass",
|
dirt_with_grass = "mcl_core:dirt_with_grass",
|
||||||
bowl = "mcl_core:bowl",
|
bowl = "mcl_core:bowl",
|
||||||
stick = "mcl_core:stick",
|
stick = "mcl_core:stick",
|
||||||
|
obsidian = "mcl_core:obsidian",
|
||||||
}
|
}
|
||||||
|
|
||||||
if minetest.get_modpath("mcl_redstone") then
|
if minetest.get_modpath("mcl_redstone") then
|
||||||
|
|||||||
@@ -77,6 +77,7 @@ local materials = {
|
|||||||
jungle_leaves = "default:jungleleaves",
|
jungle_leaves = "default:jungleleaves",
|
||||||
bowl = "",
|
bowl = "",
|
||||||
stick = "default:stick",
|
stick = "default:stick",
|
||||||
|
obsidian = "default:obsidian",
|
||||||
}
|
}
|
||||||
|
|
||||||
if minetest.registered_items["farming:bowl"] then
|
if minetest.registered_items["farming:bowl"] then
|
||||||
|
|||||||
Reference in New Issue
Block a user