Skip to content

Commit

Permalink
Add forgotten tapestry top. Relates to #1229. Fexes #1255
Browse files Browse the repository at this point in the history
  • Loading branch information
alek13 committed Apr 9, 2024
1 parent 07d54cc commit be5ce42
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions mods/_various/castle/locale/ru.txt
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,11 @@ Mordor Stone Arrowslit with Hole=Т-образная бойница из кам
Apple=яблони
Jungle Wood=эвкадипта
Alder=ольхи
Beech=бука
Birch=берёзы
Cherry=сакуры
Elm=вяза
Fir=ели
Hardwood=твёрдой древесины
Lebethron=лебетрона
Mallorn=малорна
Expand Down
5 changes: 4 additions & 1 deletion mods/_various/castle/tapestry.lua
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,15 @@ local tapestry_tops = {
{ "castle:tapestry_top", "default:stick", SL("Apple"), "default_wood.png" },
{ "castle:tapestry_top_junglewood", "lottblocks:stick_junglewood", SL("Jungle Wood"),"default_junglewood.png" },
{ "castle:tapestry_top_alder", "lottblocks:stick_alder", SL("Alder"), "lottplants_alderwood.png" },
{ "castle:tapestry_top_beech", "lottblocks:stick_beech", SL("Beech"), "lottplants_beechwood.png" },
{ "castle:tapestry_top_birch", "lottblocks:stick_birch", SL("Birch"), "lottplants_birchwood.png" },
{ "castle:tapestry_top_cherry", "lottblocks:stick_cherry", SL("Cherry"), "lottplants_cherrywood.png" },
{ "castle:tapestry_top_elm", "lottblocks:stick_elm", SL("Elm"), "lottplants_elmwood.png" },
{ "castle:tapestry_top_fir", "lottblocks:stick_fir", SL("Fir"), "lottplants_firwood.png" },
{ "castle:tapestry_top_hardwood", "lottblocks:stick_hardwood", SL("Hardwood"), "lottplants_hardwood.png" },
{ "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_firwood.png" },
}
for _, tapestry_top in pairs(tapestry_tops) do
register_tapestry_top(unpack(tapestry_top))
Expand Down

0 comments on commit be5ce42

Please sign in to comment.