Creating a Physics Entity
In order for an entity to behave using realistic physics, you'll need to implement EntityPhysicsElement
into your existing entity class. Here's an example similar to the example mod:
Last updated
In order for an entity to behave using realistic physics, you'll need to implement EntityPhysicsElement
into your existing entity class. Here's an example similar to the example mod:
Last updated