generated from CleanroomMC/TemplateDevEnv
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
7 additions
and
42 deletions.
There are no files selected for viewing
7 changes: 1 addition & 6 deletions
7
...in/java/com/cleanroommc/groovyscript/compat/mods/draconicevolution/DraconicEvolution.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,9 @@ | ||
package com.cleanroommc.groovyscript.compat.mods.draconicevolution; | ||
|
||
import com.cleanroommc.groovyscript.GroovyScriptConfig; | ||
import com.cleanroommc.groovyscript.compat.mods.ModPropertyContainer; | ||
|
||
public class DraconicEvolution extends ModPropertyContainer { | ||
|
||
public final Fusion fusion = new Fusion(); | ||
public final EnergyCore energyCore; | ||
|
||
public DraconicEvolution() { | ||
this.energyCore = GroovyScriptConfig.compat.draconicEvolutionEnergyCore ? new EnergyCore() : null; | ||
} | ||
public final EnergyCore energyCore = new EnergyCore(); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
36 changes: 0 additions & 36 deletions
36
src/main/java/com/cleanroommc/groovyscript/compat/vanilla/VanillaContainer.java
This file was deleted.
Oops, something went wrong.