From cadc36dc16b5ad78451882e01ccd882f377dbd85 Mon Sep 17 00:00:00 2001 From: Kazooo100 Date: Mon, 27 May 2024 12:13:47 -0400 Subject: [PATCH] Added Farming Redo and Xfarming bowl to farlands materials --- 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