Add obsidian material (#58)

This commit is contained in:
OgelGames
2025-11-01 06:48:36 +11:00
committed by GitHub
parent 99d43ea54b
commit 7e0cff68d0
4 changed files with 4 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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