Improve side texture of rusty bar
This commit is contained in:
parent
e37a327252
commit
4fa3e5e6dc
@ -78,7 +78,7 @@ Maintenance updates:
|
|||||||
* Added fuel recipes for wooden-based things
|
* Added fuel recipes for wooden-based things
|
||||||
* Changed a few confusing recipes to make more sense
|
* Changed a few confusing recipes to make more sense
|
||||||
* Improved textures for cut glass, obsidian glass and woodframed glass
|
* Improved textures for cut glass, obsidian glass and woodframed glass
|
||||||
* Improved side texture of wood frame
|
* Improved side texture of wood frame and rusty bar
|
||||||
* Add honey and cushion block to creative inventory
|
* Add honey and cushion block to creative inventory
|
||||||
* Doors now count as nodes in creative inventory
|
* Doors now count as nodes in creative inventory
|
||||||
* Storage blocks now drop their inventory when exploded
|
* Storage blocks now drop their inventory when exploded
|
||||||
|
@ -39,6 +39,7 @@ register_pane("chainlink", S("Chainlink"), {
|
|||||||
|
|
||||||
register_pane("rusty_bar", S("Rusty Iron Bars"), {
|
register_pane("rusty_bar", S("Rusty Iron Bars"), {
|
||||||
sounds = default.node_sound_stone_defaults(),
|
sounds = default.node_sound_stone_defaults(),
|
||||||
|
textures = {"xdecor_rusty_bar.png", "", "xdecor_rusty_bar_top.png"},
|
||||||
groups = {cracky = 2, pane = 1},
|
groups = {cracky = 2, pane = 1},
|
||||||
recipe = {
|
recipe = {
|
||||||
{"default:iron_lump", "default:iron_lump", "default:iron_lump"},
|
{"default:iron_lump", "default:iron_lump", "default:iron_lump"},
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 194 B After Width: | Height: | Size: 198 B |
BIN
textures/xdecor_rusty_bar_top.png
Normal file
BIN
textures/xdecor_rusty_bar_top.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 143 B |
Loading…
Reference in New Issue
Block a user