Skip to content

Commit

Permalink
Add obsidian_pane (#2035)
Browse files Browse the repository at this point in the history
  • Loading branch information
TumeniNodes authored and SmallJoker committed Jan 31, 2018
1 parent 5f121b5 commit 496a1a2
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion mods/xpanes/init.lua
Expand Up @@ -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(),
Expand All @@ -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"},
Expand Down
Binary file modified mods/xpanes/textures/xpanes_bar_top.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added mods/xpanes/textures/xpanes_edge.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added mods/xpanes/textures/xpanes_edge_obsidian.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified mods/xpanes/textures/xpanes_space.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed mods/xpanes/textures/xpanes_white.png
Binary file not shown.

0 comments on commit 496a1a2

Please sign in to comment.