quest + recipe tweaks
This commit is contained in:
parent
fdd3d50383
commit
9984b86daf
3 changed files with 12 additions and 13 deletions
|
|
@ -2,14 +2,14 @@
|
|||
default_hide_dependency_lines: false
|
||||
default_quest_shape: ""
|
||||
filename: "create_logistics"
|
||||
group: ""
|
||||
group: "3C4612A920658A7E"
|
||||
icon: {
|
||||
Count: 1
|
||||
id: "create:cardboard_package_12x12"
|
||||
tag: { }
|
||||
}
|
||||
id: "1FC58A1BAA93B3FC"
|
||||
order_index: 0
|
||||
order_index: 3
|
||||
quest_links: [ ]
|
||||
quests: [
|
||||
{
|
||||
|
|
@ -111,6 +111,8 @@
|
|||
"{quests.create_logistics.nbt_handling.desc.1}"
|
||||
"{@pagebreak}"
|
||||
"{quests.create_logistics.nbt_handling.desc.2}"
|
||||
"{@pagebreak}"
|
||||
"{quests.create_logistics.nbt_handling.desc.3}"
|
||||
]
|
||||
icon: "gtceu:brass_huge_item_pipe"
|
||||
id: "7E97A95EA986C476"
|
||||
|
|
@ -158,7 +160,7 @@
|
|||
{
|
||||
dependencies: ["09D5BD00E3308E76"]
|
||||
description: ["{quests.create_logistics.rose_quartz.desc}"]
|
||||
icon: "gtceu:rose_quartz_gem"
|
||||
icon: "gtceu:overworld_marker"
|
||||
id: "3137824EEA1E4D9B"
|
||||
subtitle: "{quests.create_logistics.rose_quartz.subtitle}"
|
||||
tasks: [{
|
||||
|
|
|
|||
|
|
@ -1705,7 +1705,7 @@ const registerCreateRecipes = (event) => {
|
|||
C: 'gtceu:ulv_machine_hull',
|
||||
D: 'create:bound_cardboard_block',
|
||||
E: 'create:electron_tube',
|
||||
F: 'tfc:metal/bars/wrought_iron'
|
||||
F: '#tfg:metal_bars'
|
||||
}).id('tfg:create/shaped/packager')
|
||||
|
||||
event.shaped('create:item_hatch', [
|
||||
|
|
@ -1720,29 +1720,31 @@ const registerCreateRecipes = (event) => {
|
|||
|
||||
event.recipes.gtceu.assembler('tfg:create/item_hatch')
|
||||
.itemInputs('3x #forge:plates/wrought_iron', '#tfc:trapdoors')
|
||||
.circuit(5)
|
||||
.circuit(19)
|
||||
.itemOutputs('create:item_hatch')
|
||||
.duration(200)
|
||||
.EUt(20)
|
||||
|
||||
event.shaped('create:package_frogport', [
|
||||
'GAG',
|
||||
'BCB',
|
||||
'HCB',
|
||||
'EDF'
|
||||
], {
|
||||
A: 'tfc:glue',
|
||||
B: '#forge:small_gears/brass',
|
||||
C: '#tfg:shafts',
|
||||
C: '#tfg:metal_chains',
|
||||
D: 'create:item_vault',
|
||||
E: '#forge:tools/screwdrivers',
|
||||
F: '#forge:tools/wrenches',
|
||||
G: '#forge:plates/wrought_iron',
|
||||
H: 'create:electron_tube'
|
||||
}).id('tfg:create/shaped/package_frogport')
|
||||
|
||||
event.recipes.gtceu.assembler('tfg:create/package_frogport')
|
||||
.itemInputs('#tfg:shafts', '2x #forge:plates/wrought_iron', '2x #forge:small_gears/brass', 'create:item_vault')
|
||||
.itemInputs('#tfg:metal_chains', '2x #forge:plates/wrought_iron', '1x #forge:small_gears/brass', 'create:electron_tube', 'create:item_vault')
|
||||
.inputFluids(Fluid.of('gtceu:glue', 50))
|
||||
.itemOutputs('create:package_frogport')
|
||||
.circuit(20)
|
||||
.duration(200)
|
||||
.EUt(20)
|
||||
|
||||
|
|
|
|||
|
|
@ -146,9 +146,6 @@ global.CREATE_DISABLED_ITEMS = [
|
|||
// Blocks
|
||||
'create:andesite_alloy_block',
|
||||
'create:experience_block',
|
||||
'create:rose_quartz_block',
|
||||
'create:rose_quartz_tiles',
|
||||
'create:small_rose_quartz_tiles',
|
||||
|
||||
// Cardboard (create 6)
|
||||
'create:cardboard_chestplate',
|
||||
|
|
@ -165,13 +162,11 @@ global.CREATE_DISABLED_ITEMS = [
|
|||
'create:crushed_raw_aluminum',
|
||||
'create:crushed_raw_uranium',
|
||||
'create:crushed_raw_nickel',
|
||||
'create:rose_quartz_lamp',
|
||||
'create:creative_blaze_cake',
|
||||
'create:blaze_cake',
|
||||
'create:blaze_cake_base',
|
||||
'create:sturdy_sheet',
|
||||
'create:polished_rose_quartz',
|
||||
'create:rose_quartz',
|
||||
'create:cinder_flour',
|
||||
'create:dough',
|
||||
'create:bar_of_chocolate',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue