1
0
mirror of https://github.com/mt-mods/xcompat.git synced 2025-07-04 01:10:38 +02:00

Added Farming Redo and Xfarming bowl to farlands materials ()

This commit is contained in:
Kazooo100
2024-05-28 19:13:20 -04:00
committed by GitHub
parent 745bdbe564
commit bf15b0232f

@ -81,4 +81,10 @@ if minetest.get_modpath("basic_materials") then
materials.paper = "basic_materials:plastic_sheet" materials.paper = "basic_materials:plastic_sheet"
end end
if minetest.registered_items["farming:bowl"] then
materials.bowl = "farming:bowl"
elseif minetest.get_modpath("x_farming") then
materials.bowl = "x_farming:bowl"
end
return materials return materials