-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
1 parent
e744e2e
commit 6e7f08e
Showing
3 changed files
with
1 addition
and
47 deletions.
There are no files selected for viewing
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
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
20 changes: 0 additions & 20 deletions
20
shared/src/main/java/net/blay09/mods/excompressum/compat/Compat.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,25 +1,5 @@ | ||
package net.blay09.mods.excompressum.compat; | ||
|
||
import net.minecraft.world.item.Item; | ||
|
||
public class Compat { | ||
|
||
public static Item TCONSTRUCT_HAMMER; | ||
|
||
public static final String PATCHOULI = "patchouli"; | ||
public static final String BOTANIA = "botania"; | ||
public static final String EXNIHILO_OMNIA = "exnihiloomnia"; | ||
public static final String EXNIHILO_ADSCENSIO = "exnihiloadscensio"; | ||
public static final String EXNIHILO_SEQUENTIA = "exnihilosequentia"; | ||
public static final String EXNIHILO_CREATIO = "exnihilocreatio"; | ||
public static final String TCONSTRUCT = "tconstruct"; | ||
public static final String EXTRAUTILS2 = "extrautils2"; | ||
public static final String WAILA = "waila"; | ||
public static final String JEI = "jei"; | ||
public static final String THEONEPROBE = "theoneprobe"; | ||
public static final String CRAFT_TWEAKER = "crafttweaker"; | ||
|
||
public static final String TCONSTRUCT_TRAIT_SMASHING = "exnihilo_smashing"; | ||
public static final String TCONSTRUCT_TRAIT_SMASHINGII = "excompressum:smashingii"; | ||
public static final String TCONSTRUCT_TRAIT_COMPRESSING = "excompressum:compressing"; | ||
} |