alter textures and recipes

This commit is contained in:
TumeniNodes 2019-08-19 05:12:16 -04:00
parent 239a0298f5
commit 2b7f758ff3
5 changed files with 6 additions and 7 deletions

View file

@ -515,9 +515,9 @@ doors.register("door_bar", {
sound_open = "doors_steel_door_open",
sound_close = "doors_steel_door_close",
recipe = {
{"default:steel_ingot", "", "default:steel_ingot"},
{"default:steel_ingot", "", "default:steel_ingot"},
{"default:steel_ingot", "", "default:steel_ingot"},
{"xpanes:bar_flat", "xpanes:bar_flat"},
{"xpanes:bar_flat", "default:steel_ingot"},
{"xpanes:bar_flat", "xpanes:bar_flat"},
},
})
@ -748,9 +748,8 @@ minetest.register_craft({
minetest.register_craft({
output = 'doors:trapdoor_bar',
recipe = {
{"", "", ""},
{"default:steel_ingot", "", "default:steel_ingot"},
{"default:steel_ingot", "", "default:steel_ingot"},
{"xpanes:bar_flat", "default:steel_ingot"},
{"xpanes:bar_flat", "xpanes:bar_flat"},
}
})

View file

@ -1,4 +1,4 @@
name = doors
description = Minetest Game mod: doors
depends = default
optional_depends = screwdriver
optional_depends = screwdriver, xpanes

Binary file not shown.

Before

Width:  |  Height:  |  Size: 520 B

After

Width:  |  Height:  |  Size: 605 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 293 B

After

Width:  |  Height:  |  Size: 354 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 243 B

After

Width:  |  Height:  |  Size: 261 B