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 (#27)
This commit is contained in:
@ -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
|
Reference in New Issue
Block a user