- Orange wool now destroys carts that pass over it
- Carts can now climb ladders
- carts will dismount at the top of ladders based on the direction they are facing.
- blocks are now defined by tags
- this allows datapack users to modify which blocks activate the different behaviors, without needing to go to github and modify the source code with beet/bolt/etc installed
- tags are located under \data\transporters\tags\block
- Added game tests for most mechanics
- did not add for player/entity mounting via pink/magenta wool. i need to think more about the best approach.
- "pointer" armor stands now mount carts from up to 2 blocks away rather than a whopping 4
- fixed everything not working because of missing entity tags
This really changes some things!
- beet-ified everything (source now availible on github)
- this means all future versions will be made using beet and bolt, the datapack development pipline for minecraft datapacks
- The code contained within the installable pack is no longer easily readable or editable as an unfortunate side effect of now using beet
- see the github source repository for that!
- removed herobrine
NOTE: due to an oversight, this version does not work at all. please use 2.0.1 or newer.
update to 1.21.4
- updated to the new format in minecraft 1.21.0+
updated pack_format for 1.20.4



