Skip to content

Add entity juggling mechanic #262

Open
@TulkinRB

Description

@TulkinRB

After playing around with kubejs and entities we found this:

ItemEvents.entityInteracted("minecraft:bucket", (event) => {
    event.getTarget().motionY = 2.5;
    event.cancel();

Which gave us the idea to create an item which juggles entities. We can also create crafting recipes based on juggling.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions