Add dirt for rusty iron bar recipe

This commit is contained in:
Wuzzy 2023-07-06 00:54:30 +02:00
parent 99fcea1af9
commit 78c441528a

View File

@ -42,6 +42,7 @@ register_pane("rusty_bar", S("Rusty Iron Bars"), {
textures = {"xdecor_rusty_bar.png", "", "xdecor_rusty_bar_top.png"},
groups = {cracky = 2, pane = 1},
recipe = {
{"", "default:dirt", ""},
{"default:iron_lump", "default:iron_lump", "default:iron_lump"},
{"default:iron_lump", "default:iron_lump", "default:iron_lump"},
},