Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DEV]: Carts | Category #45

Open
1 of 25 tasks
northwesttreesgaming opened this issue Sep 1, 2023 · 0 comments
Open
1 of 25 tasks

[DEV]: Carts | Category #45

northwesttreesgaming opened this issue Sep 1, 2023 · 0 comments
Assignees
Labels
Milestone Something we are working towards.

Comments

@northwesttreesgaming
Copy link
Member

northwesttreesgaming commented Sep 1, 2023

Description

A cart is a type of entity that can transport entities, players, items, liquids, or act as a weapon. There are different models for different uses.

Checklist

  • Balista Cart
    A large weapon that shoots projectile bolts.
    • Horse
    • Mule
    • Donkey
    • Ox
    • Custom enttiies
  • Cargo Cart
    A cart that can transport lots of items.
    • Horse
    • Mule
    • Donkey
    • Ox
    • Custom enttiies
  • [DEV]: Carts | Entity Cart #53
    A type of cart that can transport up to 3 entities in.
  • Passenger Cart
    A cart that someone can sit or stand in.
    • Horse
    • Mule
    • Donkey
    • Ox
    • Custom enttiies
  • Tank Cart
    A type of cart that can store liquids for easy transport.
    • Horse
    • Mule
    • Donkey
    • Ox
    • Custom enttiies

Cart Types

Balista Cart

Two Entities really but the bottom cart acts as transport the top one can be mounted and controlled.

Cargo Cart

Cargo Carts can provide a double chest amount of storage for transport.

Entity Cart

Entities can be added to the cart using leads when in load mode, and also can be unloaded.

Passenger Cart

Players can enter a cart location and press a keybind to dismount.

Tank Cart

This cart can be right-clicked to add fluid to the tank in variable format, it will keep track of the fluid type and the amount.
The tank should be able to hold 64 instances of liquid, so water, milk, lava, honey or custom liquids.

Mechanics

Pulling

Carts can be from a range of creatures, built-in types are below.

  • Ox
  • Horse
  • Mule
  • Donkey
  • Custom Entities
@northwesttreesgaming northwesttreesgaming added the Milestone Something we are working towards. label Sep 1, 2023
@northwesttreesgaming northwesttreesgaming self-assigned this Sep 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Milestone Something we are working towards.
Projects
Status: Todo
Development

No branches or pull requests

1 participant