do not register string theory enchant for now as it is unfinished
This commit is contained in:
parent
f459ace615
commit
270b2c81a2
1 changed files with 3 additions and 1 deletions
|
@ -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})
|
||||
);
|
||||
*/
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue