Unlike traditional methods, Bestium injects your entity code directly into the Minecraft and Bukkit runtimes, it allows you to create custom entities without extending non-abstract vanilla entities, meaning you're not bound by their existing implementations.
Note
Due to frequent changes in Minecraft's internal codebase, Bestium only supports the latest Minecraft release.
Check out the Documentation and Javadoc for more information.
Requirements:
git clone https://github.com/huzvanec/Bestium.git
cd Bestium
./gradlew buildComplete JAR is now located in ./build/libs/.
API JAR is now located in ./api/build/libs/.
