From bf15b0232f71682b8ede8194c567f4bff017e1d6 Mon Sep 17 00:00:00 2001 From: Kazooo100 <106842463+Kazooo100@users.noreply.github.com> Date: Tue, 28 May 2024 19:13:20 -0400 Subject: [PATCH] Added Farming Redo and Xfarming bowl to farlands materials (#27) --- src/materials/farlands_reloaded.lua | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/materials/farlands_reloaded.lua b/src/materials/farlands_reloaded.lua index 590dc6f..8106e22 100644 --- a/src/materials/farlands_reloaded.lua +++ b/src/materials/farlands_reloaded.lua @@ -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 \ No newline at end of file