File tree Expand file tree Collapse file tree 1 file changed +23
-23
lines changed
kubejs/server_scripts/mods/ae2 Expand file tree Collapse file tree 1 file changed +23
-23
lines changed Original file line number Diff line number Diff line change @@ -49,30 +49,30 @@ ServerEvents.recipes((allthemods) => {
4949 allthemods
5050 . shapeless ( `4x ae2:fluix_smart_cable` , [ `ae2:fluix_smart_dense_cable` ] )
5151 . id ( `allthemods:ae2/smart_dense_to_smart_normal` )
52-
52+
5353 allthemods . custom ( {
54- " type" : "advanced_ae:reaction" ,
55- " input_energy" : 1300000 ,
56- " input_fluid" : {
57- " amount" : 1000 ,
58- " ingredient" : {
59- " fluid" : "minecraft:water"
60- }
61- } ,
62- " input_items" : [
63- {
64- " amount" : 32 ,
65- " ingredient" : {
66- " item" : "minecraft:amethyst_shard"
67- }
68- }
69- ] ,
70- " output" : {
71- "#" : 32 ,
72- "#t" : "ae2:i" ,
73- "id" : "oritech:fluxite"
74- }
75- } )
54+ type : "advanced_ae:reaction" ,
55+ input_energy : 1300000 ,
56+ input_fluid : {
57+ amount : 1000 ,
58+ ingredient : {
59+ fluid : "minecraft:water"
60+ }
61+ } ,
62+ input_items : [
63+ {
64+ amount : 32 ,
65+ ingredient : {
66+ item : "minecraft:amethyst_shard"
67+ }
68+ }
69+ ] ,
70+ output : {
71+ "#" : 32 ,
72+ "#t" : "ae2:i" ,
73+ id : "oritech:fluxite"
74+ }
75+ } )
7676} )
7777
7878// This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 10: To the Sky.
You can’t perform that action at this time.
0 commit comments