added Ad Astra airlock to valid cleanroom doors (#2808)

Signed-off-by: thederpysockdude123 <thederpysockdude123@gmail.com>
This commit is contained in:
thederpysockdude123 2026-01-22 11:02:59 -08:00 committed by GitHub
parent df03ccbeb7
commit 07058f77e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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");
}
}