mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-21 06:43:17 -04:00
fic xpanes connections
This commit is contained in:
parent
8d9aa07752
commit
19a5248361
4 changed files with 5 additions and 3 deletions
|
@ -30,3 +30,5 @@ TumeniNodes (CC BY-SA 3.0):
|
|||
xpanes_trapdoor_steel_bar_side.png
|
||||
xpanes_steel_bar_door_close.ogg
|
||||
xpanes_steel_bar_door_open.ogg
|
||||
xpanes_connect.png
|
||||
xpanes_connect_obsidian.png
|
||||
|
|
|
@ -137,7 +137,7 @@ function xpanes.register_pane(name, def)
|
|||
is_ground_content = false,
|
||||
sunlight_propagates = true,
|
||||
description = def.description,
|
||||
tiles = {def.textures[3], def.textures[3], def.textures[1]},
|
||||
tiles = {def.textures[3], def.textures[3], def.textures[2]},
|
||||
groups = groups,
|
||||
drop = "xpanes:" .. name .. "_flat",
|
||||
sounds = def.sounds,
|
||||
|
@ -161,7 +161,7 @@ end
|
|||
|
||||
xpanes.register_pane("pane", {
|
||||
description = S("Glass Pane"),
|
||||
textures = {"default_glass.png","xpanes_pane_half.png","xpanes_edge.png"},
|
||||
textures = {"default_glass.png","xpanes_connect.png","xpanes_edge.png"},
|
||||
inventory_image = "default_glass.png",
|
||||
wield_image = "default_glass.png",
|
||||
sounds = default.node_sound_glass_defaults(),
|
||||
|
@ -174,7 +174,7 @@ xpanes.register_pane("pane", {
|
|||
|
||||
xpanes.register_pane("obsidian_pane", {
|
||||
description = S("Obsidian Glass Pane"),
|
||||
textures = {"default_obsidian_glass.png","xpanes_pane_half.png","xpanes_edge_obsidian.png"},
|
||||
textures = {"default_obsidian_glass.png","xpanes_connect_obsidian.png","xpanes_edge_obsidian.png"},
|
||||
inventory_image = "default_obsidian_glass.png",
|
||||
wield_image = "default_obsidian_glass.png",
|
||||
sounds = default.node_sound_glass_defaults(),
|
||||
|
|
BIN
mods/xpanes/textures/xpanes_connect.png
Normal file
BIN
mods/xpanes/textures/xpanes_connect.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 249 B |
BIN
mods/xpanes/textures/xpanes_connect_obsidian.png
Normal file
BIN
mods/xpanes/textures/xpanes_connect_obsidian.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 135 B |
Loading…
Add table
Reference in a new issue