Skip to content

Commit

Permalink
Wooden blocks: Refactoring lottplants: fix fir planks texture name.…
Browse files Browse the repository at this point in the history
… Relates to #1236
  • Loading branch information
alek13 committed Feb 25, 2024
1 parent 97f736e commit c56847a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/_various/castle/tapestry.lua
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ local tapestry_tops = {
{ "castle:tapestry_top_lebethron", "lottblocks:stick_lebethron", SL("Lebethron"), "lottplants_lebethronwood.png"},
{ "castle:tapestry_top_mallorn", "lottblocks:stick_mallorn", SL("Mallorn"), "lottplants_mallornwood.png" },
{ "castle:tapestry_top_pine", "lottblocks:stick_pine", SL("Pine"), "lottplants_pinewood.png" },
-- { "castle:tapestry_top_fir", "lottblocks:stick_fir", SL("Fir"), "lottplants_fir_wood.png" },
-- { "castle:tapestry_top_fir", "lottblocks:stick_fir", SL("Fir"), "lottplants_firwood.png" },
}
for _, tapestry_top in pairs(tapestry_tops) do
register_tapestry_top(unpack(tapestry_top))
Expand Down

0 comments on commit c56847a

Please sign in to comment.