Skip to content

Commit c6a75db

Browse files
authored
Added *_greenhouse_roof to #firmalife:valid_always_greenshouse_wall (#4490)
1 parent c652145 commit c6a75db

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • kubejs/server_scripts/firmalife

kubejs/server_scripts/firmalife/tags.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ const registerFirmaLifeBlockTags = (event) => {
4646
greenhouse_tiers.forEach(tier => {
4747
event.add('firmalife:always_valid_greenhouse_wall', `firmalife:${ tier }_greenhouse_door`)
4848
event.add('firmalife:always_valid_greenhouse_wall', `firmalife:${ tier }_greenhouse_trapdoor`)
49+
event.add('firmalife:always_valid_greenhouse_wall', `firmalife:${ tier }_greenhouse_roof`)
4950
})
5051

5152
//Allows any block with the word "brick" in its id to be used as oven insulation.

0 commit comments

Comments
 (0)