From 04f12ec592c7041ec11feaa6f302caa16ca98f5d Mon Sep 17 00:00:00 2001 From: wsor4035 <24964441+wsor4035@users.noreply.github.com> Date: Thu, 23 May 2024 22:43:57 -0400 Subject: [PATCH] handle more stuff --- init.lua | 4 ++-- saplings.lua | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/init.lua b/init.lua index dbfb495..d370ed9 100644 --- a/init.lua +++ b/init.lua @@ -91,10 +91,10 @@ end -- tables, load other files moretrees.cutting_tools = { - "default:axe_bronze", - "default:axe_diamond", "default:axe_mese", xcompat.materials.axe_steel, + xcompat.materials.axe_diamond, + xcompat.materials.axe_bronze, "glooptest:axe_alatro", "glooptest:axe_arol", "moreores:axe_mithril", diff --git a/saplings.lua b/saplings.lua index bb7e611..32ef7a8 100644 --- a/saplings.lua +++ b/saplings.lua @@ -32,8 +32,8 @@ local conifer_surfaces = { local sand_surfaces = { set = true, - ["default:sand"] = true, - ["default:desert_sand"] = true, + [xcompat.materials.sand] = true, + [xcompat.materials.desert_sand] = true, ["cottages:loam"] = true, -- note, no silver sand here. -- too cold for a palm, too... well... sandy for anything else.