-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add walls for LOTT stones. Closes #998
- Loading branch information
Showing
9 changed files
with
68 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
local S = minetest.get_translator("lord_walls") | ||
|
||
walls.register(":walls:orc_stone", S("Orc Stone Wall"), "lottblocks_orc_stone.png", | ||
"lottblocks:orc_stone", default.node_sound_stone_defaults()) | ||
walls.register(":walls:orc_brick", S("Orc Brick Wall"), "lottblocks_orc_brick.png", | ||
"lottblocks:orc_brick", default.node_sound_stone_defaults()) | ||
walls.register(":walls:orc_block", S("Orc Block Wall"), "lottblocks_orc_block.png", | ||
"lottblocks:orc_block", default.node_sound_stone_defaults()) | ||
walls.register(":walls:marble_brick", S("Marble Brick Wall"), "lottblocks_marble_brick.png", | ||
"lottblocks:marble_brick", default.node_sound_stone_defaults()) | ||
walls.register(":walls:limestone", S("Limestone Wall"), "lottores_limestone_ore.png", | ||
"lottores:limestone", default.node_sound_stone_defaults()) | ||
walls.register(":walls:marble", S("Marble Wall"), "lottores_marble.png", | ||
"lottores:marble", default.node_sound_stone_defaults()) | ||
walls.register(":walls:frozen_stone", S("Frozen Stone Wall"), "default_stone.png^lottmapgen_frozen.png", | ||
"lottmapgen:frozen_stone", default.node_sound_stone_defaults()) | ||
walls.register(":walls:mordor_stone", S("Mordor Stone Wall"), "lottmapgen_mordor_stone.png", | ||
"lottmapgen:mordor_stone", default.node_sound_stone_defaults()) | ||
walls.register(":walls:mordor_cobble", S("Mordor Cobble Wall"), "lottmapgen_mordor_cobble.png", | ||
"lottmapgen:mordor_cobble", default.node_sound_stone_defaults()) | ||
walls.register(":walls:green_marble", S("Green Marble Wall"), "lord_blocks_green_marble.png", | ||
"lord_blocks:green_marble", default.node_sound_stone_defaults()) | ||
walls.register(":walls:dungeon_stone", S("Dungeon Stone Wall"), "castle_dungeon_stone.png", | ||
"castle:dungeon_stone", default.node_sound_stone_defaults()) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# textdomain: lord_walls | ||
Orc Stone Wall=Ограда из Орочьего камня | ||
Orc Brick Wall=Ограда из Орочьего кирпича | ||
Orc Block Wall=Ограда из Орочьего блока орочьего камня | ||
Marble Brick Wall=Ограда из мраморного кирпича | ||
Limestone Wall=Ограда из известняка | ||
Marble Wall=Ограда из мрамора | ||
Frozen Stone Wall=Ограда из обледеневшего камня | ||
Mordor Stone Wall=Ограда из мордорского камня | ||
Mordor Cobble Wall=Ограда из мордорского булыжника | ||
Green Marble Wall=Ограда из зелёного мрамора | ||
Dungeon Stone Wall=Ограда из малахита |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# textdomain: lord_walls | ||
Orc Stone Wall=Огорожа з Орочого каменю | ||
Orc Brick Wall=Огорожа з Орочої цегли | ||
Orc Block Wall=Огорожа з Орочого блоку каменя | ||
Marble Brick Wall=Огорожа з мармурової цегли | ||
Limestone Wall=Город з вапняку | ||
Marble Wall=Огорожа з мармуру | ||
Frozen Stone Wall=Огорожа з обледенілого каменю | ||
Mordor Stone Wall=Огорожа з мордорського каменю | ||
Mordor Cobble Wall=Огорожа з мордорського каменю | ||
Green Marble Wall=Огорожа із зеленого мармуру | ||
Dungeon Stone Wall=Огорожа з малахіту |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# textdomain: lord_walls | ||
Orc Stone Wall= | ||
Orc Brick Wall= | ||
Orc Block Wall= | ||
Marble Brick Wall= | ||
Limestone Wall= | ||
Marble Wall= | ||
Frozen Stone Wall= | ||
Mordor Stone Wall= | ||
Mordor Cobble Wall= | ||
Green Marble Wall= | ||
Dungeon Stone Wall= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
name = lord_walls | ||
depends = walls, lottblocks, lottores, lottmapgen, lord_blocks, castle |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters