Skip to content

Commit

Permalink
fix #20 - correct some nodestrings
Browse files Browse the repository at this point in the history
  • Loading branch information
wsor4035 committed May 25, 2024
1 parent 08bb0d0 commit 215b094
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/materials.lua
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@ if minetest.get_modpath("mcl_core") then
water_flowing = "mcl_core:water_flowing",
dirt = "mcl_core:dirt",
dirt_with_grass = "mcl_core:dirt_with_grass",
apple_leaves = "mcl_trees:apple_leaves",
jungle_leaves = "mcl_trees:jungle_leaves",
apple_leaves = "mcl_trees:leaves_oak",
jungle_leaves = "mcl_trees:leaves_jungle",
}
elseif minetest.get_modpath("fl_ores") and minetest.get_modpath("fl_stone") then
materials = {
Expand Down Expand Up @@ -302,8 +302,8 @@ elseif minetest.get_modpath("hades_core") then
water_flowing = "hades_core:water_flowing",
dirt = "hades_core:dirt",
dirt_with_grass = "hades_core:dirt_with_grass",
apple_leaves = "hades_core:leaves",
jungle_leaves = "hades_core:jungleleaves",
apple_leaves = "hades_trees:leaves",
jungle_leaves = "hades_trees:jungle_leaves",
}

if minetest.get_modpath("hades_bucket") then
Expand Down

0 comments on commit 215b094

Please sign in to comment.