Improve side texture of rusty bar

This commit is contained in:
Wuzzy 2023-07-01 10:30:45 +02:00
parent e37a327252
commit 4fa3e5e6dc
4 changed files with 2 additions and 1 deletions

View File

@ -78,7 +78,7 @@ Maintenance updates:
* Added fuel recipes for wooden-based things
* Changed a few confusing recipes to make more sense
* 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
* Doors now count as nodes in creative inventory
* Storage blocks now drop their inventory when exploded

View File

@ -39,6 +39,7 @@ register_pane("chainlink", S("Chainlink"), {
register_pane("rusty_bar", S("Rusty Iron Bars"), {
sounds = default.node_sound_stone_defaults(),
textures = {"xdecor_rusty_bar.png", "", "xdecor_rusty_bar_top.png"},
groups = {cracky = 2, pane = 1},
recipe = {
{"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

Binary file not shown.

After

Width:  |  Height:  |  Size: 143 B