Add obsidian glass panes

master
Wuzzy 2018-02-01 23:11:23 +01:00
parent 0a2f208f55
commit 7f333e1b88
2 changed files with 3 additions and 0 deletions

View File

@ -297,6 +297,7 @@ local export_longdesc = {
["vessels:steel_bottle"] = S("A decorational item which can be placed."),
["vessels:shelf"] = S("A vessels shelf provides 16 inventory slots for vessels (like glass bottles)."),
["xpanes:pane_1"] = S("Glass panes are thin layers of glass which neatly connect to their neighbors as you build them."),
["xpanes:obsidian_pane_1"] = S("Obsidian glass panes are thin layers of obsidian glass which neatly connect to their neighbors as you build them."),
["xpanes:bar_1"] = S("Iron bars neatly connect to their neighbors as you build them."),
["beds:bed_bottom"] = beddesc,
["beds:fancy_bed_bottom"] = beddesc,

View File

@ -87,6 +87,7 @@ local suppressed_items = {
"doors:trapdoor_open",
"doors:hidden",
"xpanes:pane",
"xpanes:obsidian_pane",
"xpanes:bar",
"default:chest_open",
"default:chest_locked_open",
@ -322,6 +323,7 @@ doc.add_entry_alias("nodes", "doors:trapdoor_steel", "nodes", "doors:trapdoor_st
doc.add_entry_alias("nodes", "tnt:tnt", "nodes", "tnt:tnt_burning")
doc.add_entry_alias("nodes", "tnt:gunpowder", "nodes", "tnt:gunpowder_burning")
doc.add_entry_alias("nodes", "xpanes:pane_flat", "nodes", "xpanes:pane")
doc.add_entry_alias("nodes", "xpanes:obsidian_pane_flat", "nodes", "xpanes:obsidian_pane")
doc.add_entry_alias("nodes", "xpanes:bar_flat", "nodes", "xpanes:bar")
doc.add_entry_alias("nodes", "default:chest", "nodes", "default:chest_open")
doc.add_entry_alias("nodes", "default:chest_locked", "nodes", "default:chest_locked_open")