glacian fur crafting
This commit is contained in:
parent
04f40dd601
commit
f3ea5a97c7
1 changed files with 22 additions and 0 deletions
|
|
@ -871,6 +871,28 @@ const registerAdAstraRecipes = (event) => {
|
|||
event.stonecutting('ad_astra:encased_etrium_block', '#tfg:ad_astra_etrium_blocks')
|
||||
event.stonecutting('ad_astra:etrium_plateblock', '#tfg:ad_astra_etrium_blocks')
|
||||
|
||||
event.recipes.tfc.loom(
|
||||
'8x ad_astra:glacian_fur',
|
||||
'8x tfg:glacian_wool',
|
||||
8,
|
||||
'ad_astra:block/glacian_fur'
|
||||
)
|
||||
|
||||
event.recipes.gtceu.assembler('tfg:assembler/glacian_fur')
|
||||
.itemInputs('8x tfg:glacian_wool')
|
||||
.circuit(10)
|
||||
.itemOutputs('8x ad_astra:glacian_fur')
|
||||
.duration(100)
|
||||
.EUt(4)
|
||||
|
||||
event.shaped('minecraft:pink_bed', [
|
||||
'AAA',
|
||||
'BBB'
|
||||
], {
|
||||
A: 'ad_astra:glacian_wool',
|
||||
B: '#tfc:lumber'
|
||||
}).id('tfg:shaped/glacian_bed')
|
||||
|
||||
//#endregion
|
||||
|
||||
//#region Space stations
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue