fixes #2159
This commit is contained in:
parent
ca23237e96
commit
dd537ea062
1 changed files with 2 additions and 1 deletions
|
|
@ -1170,6 +1170,7 @@ function registerTFGRockRecipes(event) {
|
|||
{ block: 'ad_astra:glacio_stone', dimension: 'ad_astra:moon' },
|
||||
{ block: 'ad_astra:glacio_cobblestone', dimension: 'ad_astra:moon' },
|
||||
{ block: 'create:asurine', dimension: 'ad_astra:moon' },
|
||||
{ block: 'ae2:sky_stone_block', dimension: 'ad_astra:moon' },
|
||||
{ block: 'ad_astra:mars_stone', dimension: 'ad_astra:mars' },
|
||||
{ block: 'ad_astra:mars_cobblestone', dimension: 'ad_astra:mars' },
|
||||
{ block: 'ad_astra:venus_stone', dimension: 'ad_astra:mars' },
|
||||
|
|
@ -1182,7 +1183,7 @@ function registerTFGRockRecipes(event) {
|
|||
{ block: 'ad_astra:mercury_stone', dimension: 'ad_astra:mercury' },
|
||||
{ block: 'ad_astra:mercury_cobblestone', dimension: 'ad_astra:mercury' },
|
||||
{ block: 'create:crimsite', dimension: 'ad_astra:mercury' },
|
||||
{ block: 'create:scorchia', dimension: 'ad_astra:mercury' },
|
||||
{ block: 'create:scorchia', dimension: null },
|
||||
{ block: 'ad_astra:permafrost', dimension: 'ad_astra:glacio' },
|
||||
{ block: 'tfg:rock/cobble_permafrost', dimension: 'ad_astra:glacio' },
|
||||
{ block: 'create:veridium', dimension: 'ad_astra:glacio' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue