Add obsidian_pane (#2035)
@ -149,7 +149,7 @@ end
|
||||
|
||||
xpanes.register_pane("pane", {
|
||||
description = "Glass Pane",
|
||||
textures = {"default_glass.png","xpanes_pane_half.png","xpanes_white.png"},
|
||||
textures = {"default_glass.png","xpanes_pane_half.png","xpanes_edge.png"},
|
||||
inventory_image = "default_glass.png",
|
||||
wield_image = "default_glass.png",
|
||||
sounds = default.node_sound_glass_defaults(),
|
||||
@ -160,6 +160,19 @@ xpanes.register_pane("pane", {
|
||||
}
|
||||
})
|
||||
|
||||
xpanes.register_pane("obsidian_pane", {
|
||||
description = "Obsidian Glass Pane",
|
||||
textures = {"default_obsidian_glass.png","xpanes_pane_half.png","xpanes_edge_obsidian.png"},
|
||||
inventory_image = "default_obsidian_glass.png",
|
||||
wield_image = "default_obsidian_glass.png",
|
||||
sounds = default.node_sound_glass_defaults(),
|
||||
groups = {snappy=2, cracky=3},
|
||||
recipe = {
|
||||
{"default:obsidian_glass", "default:obsidian_glass", "default:obsidian_glass"},
|
||||
{"default:obsidian_glass", "default:obsidian_glass", "default:obsidian_glass"}
|
||||
}
|
||||
})
|
||||
|
||||
xpanes.register_pane("bar", {
|
||||
description = "Iron Bar",
|
||||
textures = {"xpanes_bar.png","xpanes_bar.png","xpanes_bar_top.png"},
|
||||
|
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 3.4 KiB |
BIN
mods/xpanes/textures/xpanes_edge.png
Normal file
After Width: | Height: | Size: 84 B |
BIN
mods/xpanes/textures/xpanes_edge_obsidian.png
Normal file
After Width: | Height: | Size: 98 B |
Before Width: | Height: | Size: 149 B After Width: | Height: | Size: 149 B |
Before Width: | Height: | Size: 3.4 KiB |