Version 5.4
This commit is contained in:
23
minecraft/kubejs/server_scripts/mods/Entangled/Recipes.js
Normal file
23
minecraft/kubejs/server_scripts/mods/Entangled/Recipes.js
Normal file
@@ -0,0 +1,23 @@
|
||||
// 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.
|
||||
Reference in New Issue
Block a user