File tree Expand file tree Collapse file tree
src/main/java/com/illuminatijoe/refactorycore/machines/multiblock Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ dependencies {
158158 // curios
159159 runtimeOnly fg. deobf(" curse.maven:curios-309927:6418456" )
160160
161- // kubejs aisle tool
161+ // kubejs aisle tool DISABLE ON JAR
162162 runtimeOnly fg. deobf(" curse.maven:kubejs-aisle-tool-1236291:7543948" )
163163
164164 // botania, runtime only until I really start making custom Botania stuffs
Original file line number Diff line number Diff line change 11package com .illuminatijoe .refactorycore .machines .multiblock ;
22
3+ import com .illuminatijoe .refactorycore .machines .multiblock .electric .AuraAltar ;
4+ import com .illuminatijoe .refactorycore .machines .multiblock .electric .Bloodforge ;
5+ import com .illuminatijoe .refactorycore .machines .multiblock .generator .ManaBurners ;
36import com .illuminatijoe .refactorycore .machines .multiblock .nuclear .NuclearReactor ;
47import com .illuminatijoe .refactorycore .machines .single .FakeNuclearReactor ;
58
Original file line number Diff line number Diff line change 1- package com .illuminatijoe .refactorycore .machines .multiblock ;
1+ package com .illuminatijoe .refactorycore .machines .multiblock . electric ;
22
33import com .illuminatijoe .refactorycore .ReFactoryCore ;
44import com .illuminatijoe .refactorycore .data .recipes .ReFactoryCoreRecipeTypes ;
5- import com .illuminatijoe .refactorycore .machines .multiblock .electric .AuraAltarMultiblockMachine ;
65import com .illuminatijoe .refactorycore .machines .part .ReFactoryPartAbilities ;
76
87import com .gregtechceu .gtceu .api .data .RotationState ;
Original file line number Diff line number Diff line change 1- package com .illuminatijoe .refactorycore .machines .multiblock ;
1+ package com .illuminatijoe .refactorycore .machines .multiblock . electric ;
22
33import com .illuminatijoe .refactorycore .client .renderer .ReFactoryRenderUtils ;
44import com .illuminatijoe .refactorycore .data .recipes .ReFactoryCoreRecipeTypes ;
Original file line number Diff line number Diff line change 1- package com .illuminatijoe .refactorycore .machines .multiblock ;
2-
3- import static com .gregtechceu .gtceu .api .GTValues .*;
1+ package com .illuminatijoe .refactorycore .machines .multiblock .generator ;
42
53public class ManaBurners {
64
You can’t perform that action at this time.
0 commit comments