added Ad Astra airlock to valid cleanroom doors (#2808)
Signed-off-by: thederpysockdude123 <thederpysockdude123@gmail.com>
This commit is contained in:
committed by
GitHub
parent
df03ccbeb7
commit
07058f77e7
@@ -91,6 +91,7 @@ function registerGTCEUBlockTags(event) {
|
||||
event.add("gtceu:cleanroom_doors", "ad_astra:desh_sliding_door");
|
||||
event.add("gtceu:cleanroom_doors", "ad_astra:ostrum_sliding_door");
|
||||
event.add("gtceu:cleanroom_doors", "ad_astra:calorite_sliding_door");
|
||||
event.add("gtceu:cleanroom_doors", "ad_astra:airlock");
|
||||
|
||||
// Groups up concrete blocks into tags.
|
||||
Object.entries(global.GTCEU_CONCRETE_BLOCKS).forEach(([type, ids]) => {
|
||||
@@ -112,4 +113,4 @@ function registerGTCEUFluidTags(event) {
|
||||
event.add("c:hidden_from_recipe_viewers", "gtceu:blaze");
|
||||
event.add("c:hidden_from_recipe_viewers", "gtceu:thorium");
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user