Skip to content

Commit

Permalink
Added Farming Redo and Xfarming bowl to farlands materials
Browse files Browse the repository at this point in the history
  • Loading branch information
Kazooo100 committed May 27, 2024
1 parent 745bdbe commit cadc36d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/materials/farlands_reloaded.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit cadc36d

Please sign in to comment.