Started by
Lord Dark Z
on
Topic category: User side tutorials
I going to make a flying armor (his name is erazium armor) andthe code for flying is wrong
Topic category: User side tutorials
I going to make a flying armor (his name is erazium armor) andthe code for flying is wrong
the code:
package net.mcreator.black_orecail;
@Elementsblack_orecail.ModElement.Tag
public class MCreatorEraziumBodyTickEvent extends Elementsblack_orecail.ModElement {
public MCreatorEraziumBodyTickEvent(Elementsblack_orecail instance) {
super(instance, 94);
}
public static void executeProcedure(java.util.HashMap<String, Object> dependencies)
{
entity.capabilities.allowFlying = true;
entity.fallDistance = 0.0F;
}
}
Latest MCreator version allows to apply flying threw procedures