Merge pull request #752 from Pyritie/patch-3
Add circuit settings to netherarium/enderarium
This commit is contained in:
commit
3543e8f083
2 changed files with 8 additions and 23 deletions
|
|
@ -32,12 +32,14 @@ ServerEvents.recipes(event => {
|
||||||
.outputFluids(Fluid.of('gtceu:nether_air', 32000))
|
.outputFluids(Fluid.of('gtceu:nether_air', 32000))
|
||||||
.duration(200)
|
.duration(200)
|
||||||
.EUt(256)
|
.EUt(256)
|
||||||
|
.circuit(1)
|
||||||
|
|
||||||
event.recipes.gtceu.nether_dome('tfg:enriched_slurry_to_air')
|
event.recipes.gtceu.nether_dome('tfg:enriched_slurry_to_air')
|
||||||
.inputFluids(Fluid.of('tfg:enriched_nether_slurry', 100))
|
.inputFluids(Fluid.of('tfg:enriched_nether_slurry', 100))
|
||||||
.outputFluids(Fluid.of('gtceu:nether_air', 128000))
|
.outputFluids(Fluid.of('gtceu:nether_air', 128000))
|
||||||
.duration(200)
|
.duration(200)
|
||||||
.EUt(256)
|
.EUt(256)
|
||||||
|
.circuit(1)
|
||||||
|
|
||||||
event.recipes.gtceu.nether_dome('tfg:quartz')
|
event.recipes.gtceu.nether_dome('tfg:quartz')
|
||||||
.itemInputs('gtceu:quartzite_gem')
|
.itemInputs('gtceu:quartzite_gem')
|
||||||
|
|
@ -45,23 +47,9 @@ ServerEvents.recipes(event => {
|
||||||
.itemOutputs('minecraft:quartz')
|
.itemOutputs('minecraft:quartz')
|
||||||
.duration(200)
|
.duration(200)
|
||||||
.EUt(512)
|
.EUt(512)
|
||||||
|
.circuit(2)
|
||||||
|
|
||||||
// netherarium
|
// netherarium
|
||||||
|
|
||||||
/*event.shaped('gtceu:nether_dome', [
|
|
||||||
'GCB',
|
|
||||||
'DEH',
|
|
||||||
'FAF'
|
|
||||||
], {
|
|
||||||
A: 'minecraft:flint_and_steel',
|
|
||||||
B: 'minecraft:gold_nugget',
|
|
||||||
C: 'minecraft:blaze_rod',
|
|
||||||
D: 'minecraft:quartz',
|
|
||||||
E: 'gtceu:hv_gas_collector',
|
|
||||||
F: 'gtceu:dense_obsidian_plate',
|
|
||||||
G: 'minecraft:rotten_flesh',
|
|
||||||
H: 'minecraft:bone'
|
|
||||||
}).id('tfg:shaped/nether_dome')*/
|
|
||||||
|
|
||||||
event.shaped('gtceu:nether_dome', [
|
event.shaped('gtceu:nether_dome', [
|
||||||
'ADA',
|
'ADA',
|
||||||
|
|
@ -132,12 +120,14 @@ ServerEvents.recipes(event => {
|
||||||
.outputFluids(Fluid.of('gtceu:ender_air', 32000))
|
.outputFluids(Fluid.of('gtceu:ender_air', 32000))
|
||||||
.duration(200)
|
.duration(200)
|
||||||
.EUt(1024)
|
.EUt(1024)
|
||||||
|
.circuit(1)
|
||||||
|
|
||||||
event.recipes.gtceu.end_dome('tfg:enriched_slurry_to_air')
|
event.recipes.gtceu.end_dome('tfg:enriched_slurry_to_air')
|
||||||
.inputFluids(Fluid.of('tfg:enriched_ender_slurry', 25))
|
.inputFluids(Fluid.of('tfg:enriched_ender_slurry', 25))
|
||||||
.outputFluids(Fluid.of('gtceu:ender_air', 128000))
|
.outputFluids(Fluid.of('gtceu:ender_air', 128000))
|
||||||
.duration(200)
|
.duration(200)
|
||||||
.EUt(1024)
|
.EUt(1024)
|
||||||
|
.circuit(1)
|
||||||
|
|
||||||
event.recipes.gtceu.end_dome('tfg:pearls')
|
event.recipes.gtceu.end_dome('tfg:pearls')
|
||||||
.itemInputs('gtceu:quantum_eye')
|
.itemInputs('gtceu:quantum_eye')
|
||||||
|
|
@ -145,15 +135,10 @@ ServerEvents.recipes(event => {
|
||||||
.itemOutputs('2x minecraft:ender_pearl')
|
.itemOutputs('2x minecraft:ender_pearl')
|
||||||
.duration(200)
|
.duration(200)
|
||||||
.EUt(2048)
|
.EUt(2048)
|
||||||
|
.circuit(2)
|
||||||
|
|
||||||
// enderarium
|
// enderarium
|
||||||
|
|
||||||
/*event.recipes.gtceu.assembler('tfg:end_dome')
|
|
||||||
.itemInputs('12x minecraft:ender_eye', 'minecraft:chorus_fruit', 'minecraft:end_crystal', '#minecraft:beds', 'gtceu:ev_gas_collector', 'tfc:metal/bars/wrought_iron', 'minecraft:bow', 'minecraft:end_stone', 'minecraft:obsidian')
|
|
||||||
.itemOutputs('gtceu:end_dome')
|
|
||||||
.duration(600)
|
|
||||||
.EUt(2048)*/
|
|
||||||
|
|
||||||
event.shaped('gtceu:end_dome', [
|
event.shaped('gtceu:end_dome', [
|
||||||
'DAD',
|
'DAD',
|
||||||
'CEC',
|
'CEC',
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@ const registerGTCEuRecipeTypes = (event) => {
|
||||||
event.create('nether_dome')
|
event.create('nether_dome')
|
||||||
.category('nether_dome')
|
.category('nether_dome')
|
||||||
.setEUIO('in')
|
.setEUIO('in')
|
||||||
.setMaxIOSize(1, 1, 1, 1)
|
.setMaxIOSize(2, 1, 1, 1)
|
||||||
.setSlotOverlay(false, false, GuiTextures.SOLIDIFIER_OVERLAY)
|
.setSlotOverlay(false, false, GuiTextures.SOLIDIFIER_OVERLAY)
|
||||||
.setProgressBar(GuiTextures.PROGRESS_BAR_GAS_COLLECTOR, FillDirection.LEFT_TO_RIGHT)
|
.setProgressBar(GuiTextures.PROGRESS_BAR_GAS_COLLECTOR, FillDirection.LEFT_TO_RIGHT)
|
||||||
.setSound(GTSoundEntries.FIRE)
|
.setSound(GTSoundEntries.FIRE)
|
||||||
|
|
@ -28,7 +28,7 @@ const registerGTCEuRecipeTypes = (event) => {
|
||||||
event.create('end_dome')
|
event.create('end_dome')
|
||||||
.category('end_dome')
|
.category('end_dome')
|
||||||
.setEUIO('in')
|
.setEUIO('in')
|
||||||
.setMaxIOSize(1, 1, 1, 1)
|
.setMaxIOSize(2, 1, 1, 1)
|
||||||
.setSlotOverlay(false, false, GuiTextures.SOLIDIFIER_OVERLAY)
|
.setSlotOverlay(false, false, GuiTextures.SOLIDIFIER_OVERLAY)
|
||||||
.setProgressBar(GuiTextures.PROGRESS_BAR_GAS_COLLECTOR, FillDirection.LEFT_TO_RIGHT)
|
.setProgressBar(GuiTextures.PROGRESS_BAR_GAS_COLLECTOR, FillDirection.LEFT_TO_RIGHT)
|
||||||
.setSound(GTSoundEntries.FIRE)
|
.setSound(GTSoundEntries.FIRE)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue