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:
parent
11d83ff913
commit
8b1403031e
6 changed files with 234 additions and 0 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue