Blocks finished, machine block rewrite

This commit is contained in:
Dragon2488 2017-08-23 17:43:57 +07:00
parent f13bbcce9a
commit 7888a67a11
116 changed files with 2767 additions and 3476 deletions
src/main/java/gregtech/api/enchants

View file

@ -1,8 +1,7 @@
package gregtech.api.enchants;
import gregtech.api.ConfigCategories;
import gregtech.api.GT_Values;
import gregtech.api.unification.material.Materials;
import gregtech.api.GTValues;
import gregtech.api.util.GT_Config;
import net.minecraft.enchantment.EnchantmentDamage;
import net.minecraft.entity.Entity;
@ -25,7 +24,7 @@ public class EnchantmentEnderDamage extends EnchantmentDamage {
public void registerEnchantment() {
REGISTRY.register(
GT_Config.addIDConfig(ConfigCategories.IDs.enchantments, "Disjunction", 15),
new ResourceLocation(GT_Values.MODID, "disjunction"),
new ResourceLocation(GTValues.MODID, "disjunction"),
this
);
}