mirror of
https://github.com/mt-mods/xcompat.git
synced 2025-11-04 18:15:32 +01:00
Add obsidian material (#58)
This commit is contained in:
@@ -78,6 +78,7 @@ local materials = {
|
||||
jungle_leaves = "fl_trees:jungletree_leaves",
|
||||
bowl = "",
|
||||
stick = "fl_trees:stick",
|
||||
obsidian = "",
|
||||
}
|
||||
|
||||
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?
|
||||
bowl = "hades_food:plate",
|
||||
stick = "hades_core:stick",
|
||||
obsidian = "hades_core:obsidian",
|
||||
}
|
||||
|
||||
if minetest.get_modpath("hades_bucket") then
|
||||
|
||||
@@ -72,6 +72,7 @@ local materials = {
|
||||
dirt_with_grass = "mcl_core:dirt_with_grass",
|
||||
bowl = "mcl_core:bowl",
|
||||
stick = "mcl_core:stick",
|
||||
obsidian = "mcl_core:obsidian",
|
||||
}
|
||||
|
||||
if minetest.get_modpath("mcl_redstone") then
|
||||
|
||||
@@ -77,6 +77,7 @@ local materials = {
|
||||
jungle_leaves = "default:jungleleaves",
|
||||
bowl = "",
|
||||
stick = "default:stick",
|
||||
obsidian = "default:obsidian",
|
||||
}
|
||||
|
||||
if minetest.registered_items["farming:bowl"] then
|
||||
|
||||
Reference in New Issue
Block a user