Fix prison door recipe collide with steel bar door

This commit is contained in:
Wuzzy 2023-06-29 23:55:34 +02:00
parent 3a378d7baf
commit 443f748df8

View File

@ -284,7 +284,7 @@ local xdecor_doors = {
prison = {
recipe = {
{"xpanes:bar_flat", "xpanes:bar_flat",},
{"xpanes:bar_flat", "xpanes:bar_flat",},
{"xpanes:bar_flat", "default:steel_ingot",},
{"xpanes:bar_flat", "xpanes:bar_flat"}
},
desc = S("Prison Door"),