File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+
2+
3+
4+ /*
5+ * ########################################
6+ * Blocks
7+ * ########################################
8+ */
9+
10+ // Pattern Encoder
11+ mods. jei. removeAndHide(item(' ae2stuff:encoder' ))
12+
13+ // Crystal Growth Chamber
14+ mods. jei. removeAndHide(item(' ae2stuff:grower' ))
15+
16+ // Advanced Inscriber
17+ mods. jei. removeAndHide(item(' ae2stuff:inscriber' ))
18+
19+ // Wireless Connector
20+ crafting. removeByOutput(item(' ae2stuff:wireless' ))
21+ mods. gregtech. assembler. recipeBuilder()
22+ .circuitMeta(2 )
23+ .inputs(
24+ item(' appliedenergistics2:material' , 24 ) * 4 ,
25+ item(' gtexpert:meta_item_1' , 1 ) * 2 ,
26+ item(' appliedenergistics2:material' , 41 ),
27+ item(' gregtech:machine_casing' , 6 )
28+ )
29+ .fluidInputs(fluid(' fluix_alloy' ) * 1152 )
30+ .outputs(item(' ae2stuff:wireless' ))
31+ .duration(20 )
32+ .EUt (30720 )
33+ .buildAndRegister()
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11{
2- "packName" : " GroovyScript " ,
2+ "packName" : " GregTech Expert 2 " ,
33 "packId" : " gte2" ,
4- "version" : " 1.0 .0" ,
4+ "version" : " 0.1 .0" ,
55 "debug" : false ,
66 "classes" : {
77 "preInit" : []
You can’t perform that action at this time.
0 commit comments