do not register string theory enchant for now as it is unfinished

This commit is contained in:
CreepyCre 2021-10-27 23:43:24 +02:00
parent f459ace615
commit 270b2c81a2

View file

@ -7,12 +7,14 @@ import net.minecraft.util.Identifier;
import net.minecraft.util.registry.Registry;
public class ModEnchants {
public static Enchantment STRING_THEORY_ENCHANTMENT;
//public static Enchantment STRING_THEORY_ENCHANTMENT;
public static void init() {
/*
STRING_THEORY_ENCHANTMENT = Registry.register(
Registry.ENCHANTMENT,
new Identifier("dimdoors", "string_theory"),
new StringTheoryEnchantment(Enchantment.Rarity.UNCOMMON, EnchantmentTarget.WEARABLE, new EquipmentSlot[] {EquipmentSlot.FEET, EquipmentSlot.LEGS, EquipmentSlot.CHEST, EquipmentSlot.HEAD})
);
*/
}
}