ad astra recipe tweaks and finishing up

This commit is contained in:
Pyritie 2025-06-06 23:25:30 +01:00
parent 2cfbfd0c4e
commit 604f2080f3
4 changed files with 116 additions and 62 deletions

View file

@ -521,12 +521,12 @@ function registerTFGRockRecipes(event) {
// pillars
const PILLARS = [
{ raw: 'ad_astra:moon_stone', pillar: 'ad_astra:moon_pillar' },
{ raw: 'ad_astra:mars_stone', pillar: 'ad_astra:mars_pillar' },
{ raw: 'ad_astra:venus_stone', pillar: 'ad_astra:venus_pillar' },
{ raw: 'ad_astra:mercury_stone', pillar: 'ad_astra:mercury_pillar' },
{ raw: 'ad_astra:glacio_stone', pillar: 'ad_astra:glacio_pillar' },
{ raw: 'ad_astra:permafrost', pillar: 'ad_astra:permafrost_pillar' }
{ raw: 'ad_astra:moon_stone_bricks', pillar: 'ad_astra:moon_pillar' },
{ raw: 'ad_astra:mars_stone_bricks', pillar: 'ad_astra:mars_pillar' },
{ raw: 'ad_astra:venus_stone_bricks', pillar: 'ad_astra:venus_pillar' },
{ raw: 'ad_astra:mercury_stone_bricks', pillar: 'ad_astra:mercury_pillar' },
{ raw: 'ad_astra:glacio_stone_bricks', pillar: 'ad_astra:glacio_pillar' },
{ raw: 'ad_astra:permafrost_bricks', pillar: 'ad_astra:permafrost_pillar' }
]
PILLARS.forEach(x => {