double rockets (#2910)

* first things

* yes

* legally distinct rockets

* Update tags.js

Signed-off-by: Pyritie <pyritie@gmail.com>

---------

Signed-off-by: Pyritie <pyritie@gmail.com>
Co-authored-by: Pyritie <pyritie@gmail.com>
This commit is contained in:
GameStar 2026-01-31 14:42:37 -06:00 committed by GitHub
parent 11d83ff913
commit 8b1403031e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 234 additions and 0 deletions

View file

@ -51,6 +51,10 @@ const registerAdAstraItemTags = (event) => {
event.add('c:hidden_from_recipe_viewers', 'ad_astra:aeronos_mushroom')
event.add('c:hidden_from_recipe_viewers', 'ad_astra:strophar_mushroom')
event.add('c:hidden_from_recipe_viewers', 'tfg:tier_3_double_rocket')
event.add('c:hidden_from_recipe_viewers', 'tfg:tier_4_double_rocket')
// Deco blocks
const DECO_BLOCKS = [ 'iron', 'steel', 'desh', 'calorite', 'ostrum' ];
DECO_BLOCKS.forEach(block => {
@ -68,6 +72,12 @@ const registerAdAstraItemTags = (event) => {
event.add('tfg:ad_astra_etrium_blocks', 'ad_astra:etrium_plateblock')
event.add('tfg:ad_astra_etrium_blocks', 'ad_astra:etrium_panel')
event.add('ad_astra:held_over_head', 'tfg:tier_1_double_rocket')
event.add('ad_astra:held_over_head', 'tfg:tier_2_double_rocket')
event.add('ad_astra:held_over_head', 'tfg:tier_3_double_rocket')
event.add('ad_astra:held_over_head', 'tfg:tier_4_double_rocket')
global.AD_ASTRA_WOOD.forEach(wood => {
if (wood.log) {