mirror of
https://github.com/mt-mods/xcompat.git
synced 2024-12-22 17:10:18 +01:00
Added Farming Redo and Xfarming bowl to farlands materials (#27)
This commit is contained in:
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
|
Loading…
Reference in New Issue
Block a user