Added Farming Redo and Xfarming bowl to farlands materials (#27)

This commit is contained in:
Kazooo100 2024-05-28 19:13:20 -04:00 committed by GitHub
parent 745bdbe564
commit bf15b0232f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -81,4 +81,10 @@ if minetest.get_modpath("basic_materials") then
materials.paper = "basic_materials:plastic_sheet"
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