24 lines
1.3 KiB
JavaScript
24 lines
1.3 KiB
JavaScript
// This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 10.
|
|
// As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission.
|
|
|
|
ServerEvents.recipes(allthemods => {
|
|
allthemods.remove({ id: 'entangled:block' })
|
|
allthemods.remove({ id: 'entangled:item' })
|
|
allthemods.shaped('entangled:block', ['UEU', 'FCG', 'UHU'], {
|
|
U: '#c:ingots/unobtainium',
|
|
E: 'generatorgalore:ender_generator_8x',
|
|
F: 'alltheores:enderium_block',
|
|
G: 'allthecompressed:ender_pearl_block_2x',
|
|
H: 'productivebees:configurable_comb[productivebees:bee_type="productivebees:enderium"]',
|
|
C: 'mekanism:quantum_entangloporter'
|
|
})
|
|
allthemods.shaped('entangled:item', [' EC', ' UE', 'U '], {
|
|
U: '#c:ingots/unobtainium',
|
|
E: '#c:ender_pearls',
|
|
C: 'mekanism:quantum_entangloporter'
|
|
})
|
|
})
|
|
|
|
// This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 10.
|
|
// As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission.
|