Remove iron bar door (obsolete since MTG 5.1.0)

MTG 5.1.0 has the steel bar door which is basically the same.
master
Wuzzy 2019-10-14 15:29:02 +02:00
parent cdd7ab4e48
commit 59d9bdd8b5
8 changed files with 3 additions and 38 deletions

View File

@ -7,3 +7,6 @@ minetest.register_alias("mtg_plus:bed_simple_white_top", "beds:bed_top")
minetest.register_alias("mtg_plus:goldapple", "default:apple")
minetest.register_alias("xpanes:obsidian_glass_flat", "xpanes:obsidian_pane_flat")
minetest.register_alias("xpanes:obsidian_glass", "xpanes:obsidian_pane")
minetest.register_alias("doors:door_iron_bar", "xpanes:door_steel_bar")
minetest.register_alias("doors:door_iron_bar_a", "xpanes:door_steel_bar_a")
minetest.register_alias("doors:door_iron_bar_b", "xpanes:door_steel_bar_b")

View File

@ -58,42 +58,6 @@ minetest.register_craft({
burntime = 4,
})
doors.register("door_iron_bar", {
tiles = {{ name = "mtg_plus_door_iron_bar.png", backface_culling = true }},
description = S("Iron Bar Door"),
_doc_items_longdesc = door_simple,
_doc_items_usagehelp = door_simple_use,
_doc_items_image = "mtg_plus_door_iron_bar_item.png",
inventory_image = "mtg_plus_door_iron_bar_item.png",
sound_open = "mtg_plus_door_iron_bar_open",
sound_close = "mtg_plus_door_iron_bar_close",
sounds = metal_sounds,
groups = { snappy = 2, bendy = 1, cracky = 1, melty = 2, },
recipe = {
{"xpanes:bar_flat",},
{"xpanes:bar_flat",},
}
})
if minetest.get_modpath("xdecor") then
-- xdecor compability
minetest.register_craft({
output = "doors:prison_door",
recipe = {
{ "doors:door_iron_bar" },
{ "doors:door_iron_bar" },
{ "doors:door_iron_bar" },
}
})
minetest.register_craft({
output = "doors:door_iron_bar 3",
recipe = {
{ "doors:prison_door" },
}
})
end
doors.register("door_ice", {
tiles = {{ name = "mtg_plus_door_ice.png", backface_culling = true }},
description = S("Ice Door"),

View File

@ -56,7 +56,6 @@ Icy Snow Brick Slab=Eisschneeziegelplatte
Icy Snow Brick Stair=Eisschneeziegeltreppe
Icy Steel Door=Eisstahltür
Icy Steel Trapdoor=Eisstahlfalltür
Iron Bar Door=Eisengittertür
Jungle Cobblestone=Dschungelkopfsteinpflaster
Jungle Cobblestone Slab=Dschungelkopfsteinpflasterplatte
Jungle Cobblestone Stair=Dschungelkopfsteinpflastertreppe

View File

@ -108,7 +108,6 @@ Icy Snow Brick Stair=
Icy Steel Door=
Icy steel doors are a combination of ice doors and steel doors which can only be opened and closed by their owners. They are solid, but some of the light hitting icy steel doors can still go through.=
Icy Steel Trapdoor=
Iron Bar Door=
Jungle Cobblestone=
Jungle Cobblestone Slab=
Jungle Cobblestone Stair=

Binary file not shown.

Before

Width:  |  Height:  |  Size: 643 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 186 B