Version 1.0.19b
This commit is contained in:
164
minecraft/kubejs/server_scripts/modpack/att_items.js
Normal file
164
minecraft/kubejs/server_scripts/modpack/att_items.js
Normal file
@@ -0,0 +1,164 @@
|
||||
ServerEvents.recipes(event => {
|
||||
// Dragon Soul
|
||||
// Alfred's Proposal
|
||||
event.shaped('allthetweaks:dragon_soul', ['CDA', 'SNI', 'BGE'], {
|
||||
C: 'mysticalagradditions:dragon_scale',
|
||||
D: 'occultism:soul_gem',
|
||||
A: 'quark:dragon_scale',
|
||||
S: [Item.of('blue_skies:poison_arc', '{ArcLevel:1}').strongNBT(),Item.of('blue_skies:poison_arc', '{ArcLevel:2}').strongNBT(),'twilightforest:snow_queen_trophy'],
|
||||
N: 'allthemodium:piglich_heart',
|
||||
I: [Item.of('blue_skies:nature_arc', '{ArcLevel:1}').strongNBT(),Item.of('blue_skies:nature_arc', '{ArcLevel:2}').strongNBT(),'twilightforest:snow_queen_trophy'],
|
||||
B: 'minecraft:dragon_breath',
|
||||
G: 'productivebees:inactive_dragon_egg',
|
||||
E: 'ars_nouveau:summon_focus'
|
||||
}).id('kubejs:allthetweaks/dragon_soul')
|
||||
|
||||
// Dimensional Seed Recipe
|
||||
event.custom({
|
||||
"type": "spirit:soul_engulfing",
|
||||
"input": {
|
||||
|
||||
"ingredient": {
|
||||
"item": "mysticalagriculture:soulium_seed_base"
|
||||
},
|
||||
"multiblock": {
|
||||
"pattern": [
|
||||
[
|
||||
" F ", //bottom
|
||||
"E@ ", //middle
|
||||
" G " //top
|
||||
],
|
||||
[
|
||||
"ACI",
|
||||
"BXD",
|
||||
"AHJ"
|
||||
]
|
||||
],
|
||||
"keys": {
|
||||
"A": {
|
||||
"block": "occultism:storage_controller"
|
||||
},
|
||||
"B": {
|
||||
"block": "allthecompressed:netherrack_block_6x"
|
||||
},
|
||||
"C": {
|
||||
"block": "allthecompressed:obsidian_block_5x"
|
||||
},
|
||||
"D": {
|
||||
"block": "allthemodium:teleport_pad"
|
||||
},
|
||||
"E": {
|
||||
"block": "allthetweaks:mini_nether"
|
||||
},
|
||||
"F": {
|
||||
"block": "allthetweaks:mini_exit"
|
||||
},
|
||||
"G": {
|
||||
"block": "allthetweaks:mini_end"
|
||||
},
|
||||
"H": {
|
||||
"block": "allthecompressed:end_stone_block_5x"
|
||||
},
|
||||
"I": {
|
||||
"block": "allthecompressed:emerald_block_5x"
|
||||
},
|
||||
"J": {
|
||||
"block": "allthecompressed:diamond_block_4x"
|
||||
},
|
||||
"X": {
|
||||
"block": "allthecompressed:soul_sand_block_5x"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"duration": 30,
|
||||
"destroysStructure": true,
|
||||
"outputItem": "allthetweaks:dimensional_seed"
|
||||
}).id('kubejs:allthetweaks/dimensional_seed')
|
||||
|
||||
// Withers Compass
|
||||
// Alfred's Proposal
|
||||
event.shaped('allthetweaks:withers_compass', ['DCD', 'ABA', 'DED'], {
|
||||
A: 'mekanism:module_gravitational_modulating_unit',
|
||||
B: 'industrialforegoing:wither_builder',
|
||||
C: 'deeperdarker:heart_of_the_deep',
|
||||
D: 'ftbic:antimatter_crystal',
|
||||
E: 'mekanism:module_gravitational_modulating_unit'
|
||||
}).id('kubejs:allthetweaks/withers_compass')
|
||||
|
||||
// Philosopher's Fuel
|
||||
// Alfred's Proposal
|
||||
event.shaped('allthetweaks:philosophers_fuel', ['ABC', 'DEF', 'GHI'], {
|
||||
A: 'chemlib:oganesson',
|
||||
B: 'mekanism:pellet_antimatter',
|
||||
C: Item.of('ftbic:quad_uranium_fuel_rod', '{Damage:0}').strongNBT(),
|
||||
D: Item.of('evilcraft:flesh_rejuvenated', '{Fluid:{Amount:0,FluidName:"minecraft:empty"},capacity:10000}'),
|
||||
E: 'mysticalagradditions:insanium_coal_block',
|
||||
F: 'elementalcraft:fireite_ingot',
|
||||
G: 'mysticalagriculture:awakened_supremium_furnace',
|
||||
H: 'twilightforest:twilight_portal_miniature_structure',
|
||||
I: 'ftbic:nuclear_reactor'
|
||||
}).id('kubejs:allthetweaks/philosophers_fuel')
|
||||
|
||||
// Improbable Probaility Device
|
||||
// Alfred's Proposal
|
||||
event.shaped('allthetweaks:improbable_probability_device', ['ABA', 'CGE', 'FDF'], {
|
||||
A: 'mekanismgenerators:module_solar_recharging_unit',
|
||||
B: 'computercraft:pocket_computer_advanced',
|
||||
C: ['extradisks:1048576k_storage_part', 'extradisks:1048576k_fluid_storage_part', 'megacells:cell_component_256m'],
|
||||
D: 'advgenerators:power_capacitor_tier3',
|
||||
E: 'rftoolsutility:flight_module',
|
||||
F: Item.of('powah:battery_nitro', '{powah_tile_data:{energy_stored_main_energy:2000000000L}}').strongNBT(),
|
||||
G: 'ftbic:nuke'
|
||||
}).id('kubejs:allthetweaks/improbable_probability_device')
|
||||
|
||||
// Nexium Emitter
|
||||
// Alfred's Proposal
|
||||
event.shaped('allthetweaks:nexium_emitter', ['A B', ' CF', 'GED'], {
|
||||
A: 'powah:player_transmitter_nitro',
|
||||
B: [Item.of('ae2wtlib:wireless_universal_terminal', '{crafting:1b,internalMaxPower:4800000.0d,pattern_access:1b,pattern_encoding:1b}'), Item.of('universalgrid:wireless_universal_grid', '{gridType:0}')],
|
||||
C: 'mekanism:supercharged_coil',
|
||||
D: 'ftbic:ev_solar_panel',
|
||||
E: 'ae2:singularity',
|
||||
F: 'mekanismgenerators:module_solar_recharging_unit',
|
||||
G: 'immersiveengineering:tesla_coil'
|
||||
}).id('kubejs:allthetweaks/nexium_emitter')
|
||||
|
||||
// Pulsating Black Hole
|
||||
// Alfred's Proposal
|
||||
event.custom({
|
||||
type: 'pneumaticcraft:pressure_chamber',
|
||||
inputs: [
|
||||
{ 'type': 'pneumaticcraft:stacked_item', 'item': 'ftbic:nuke', 'count': 1 },
|
||||
{ 'type': 'pneumaticcraft:stacked_item', 'item': 'ae2:quantum_ring', 'count': 1 },
|
||||
{ 'type': 'pneumaticcraft:stacked_item', 'item': 'pneumaticcraft:micromissiles', 'count': 1 },
|
||||
{ 'type': 'pneumaticcraft:stacked_item', 'item': 'mekanism:pellet_antimatter', 'count': 1 },
|
||||
{ 'type': 'pneumaticcraft:stacked_item', 'item': 'minecraft:nether_star', 'count': 1 },
|
||||
{ 'type': 'pneumaticcraft:stacked_item', 'item': 'ftbic:antimatter', 'count': 1 },
|
||||
{ 'type': 'pneumaticcraft:stacked_item', 'item': 'industrialforegoing:infinity_nuke', 'count': 1 },
|
||||
{ 'type': 'pneumaticcraft:stacked_item', 'item': 'apotheosis:vial_of_expulsion', 'count': 1 },
|
||||
{ 'type': 'pneumaticcraft:stacked_item', 'item': 'evilcraft:lightning_bomb', 'count': 1 }
|
||||
],
|
||||
pressure: 4.9,
|
||||
results: [
|
||||
{
|
||||
'item': 'allthetweaks:pulsating_black_hole'
|
||||
}
|
||||
]
|
||||
}).id('kubejs:pressure/allthetweaks/pulsating_black_hole')
|
||||
|
||||
// Oblivion Shard
|
||||
// Alfred's Proposal
|
||||
event.shaped('allthetweaks:oblivion_shard', [' AB', 'ACA', 'BA '], {
|
||||
A: 'spirit:soul_steel_block',
|
||||
C: 'naturesaura:end_flower',
|
||||
B: 'naturesaura:chunk_loader'
|
||||
}).id('kubejs:allthetweaks/oblivion_shard')
|
||||
|
||||
// Creative Essence
|
||||
event.shaped('mysticalagradditions:creative_essence', ['CAC', 'ABA', 'CAC'], {
|
||||
A: 'mysticalagradditions:insanium_block',
|
||||
C: 'mysticalagradditions:insanium_gemstone_block',
|
||||
B: 'mysticalagriculture:master_infusion_crystal'
|
||||
}).id('kubejs:allthetweaks/creative_essence')
|
||||
})
|
||||
Reference in New Issue
Block a user