mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-30 18:46:28 -04:00
alter textures and recipes
This commit is contained in:
parent
239a0298f5
commit
2b7f758ff3
5 changed files with 6 additions and 7 deletions
|
@ -515,9 +515,9 @@ doors.register("door_bar", {
|
||||||
sound_open = "doors_steel_door_open",
|
sound_open = "doors_steel_door_open",
|
||||||
sound_close = "doors_steel_door_close",
|
sound_close = "doors_steel_door_close",
|
||||||
recipe = {
|
recipe = {
|
||||||
{"default:steel_ingot", "", "default:steel_ingot"},
|
{"xpanes:bar_flat", "xpanes:bar_flat"},
|
||||||
{"default:steel_ingot", "", "default:steel_ingot"},
|
{"xpanes:bar_flat", "default:steel_ingot"},
|
||||||
{"default:steel_ingot", "", "default:steel_ingot"},
|
{"xpanes:bar_flat", "xpanes:bar_flat"},
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
@ -748,9 +748,8 @@ minetest.register_craft({
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = 'doors:trapdoor_bar',
|
output = 'doors:trapdoor_bar',
|
||||||
recipe = {
|
recipe = {
|
||||||
{"", "", ""},
|
{"xpanes:bar_flat", "default:steel_ingot"},
|
||||||
{"default:steel_ingot", "", "default:steel_ingot"},
|
{"xpanes:bar_flat", "xpanes:bar_flat"},
|
||||||
{"default:steel_ingot", "", "default:steel_ingot"},
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
name = doors
|
name = doors
|
||||||
description = Minetest Game mod: doors
|
description = Minetest Game mod: doors
|
||||||
depends = default
|
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 |
Loading…
Add table
Reference in a new issue