Skip to content

Commit

Permalink
handle more stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
wsor4035 committed May 24, 2024
1 parent b539488 commit 04f12ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions saplings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 04f12ec

Please sign in to comment.