Add config options for controllable minecarts

This commit is contained in:
William Blake Galbreath
2019-06-29 18:08:03 -05:00
parent 669afad383
commit 966cecab48
2 changed files with 134 additions and 17 deletions

View File

@@ -113,6 +113,25 @@ ridable
- **default**: true
- **description**: When true this mob is ridable by right clicking it while holding shift
controllable-minecarts
~~~~~~~~~~~~~~~~~~~~~~
* enabled
- **default**: true
- **description**: Whether minecarts can be controlled with WASD when not on rails
* base-speed
- **default**: 0.2
- **description**: Base speed of minecart when controlled with WASD
* block-speed
- **default**: {}
- **description**: List of speed overrides per block type
.. example::
minecraft:sand: 0.1
minecraft:stone: 0.6
minecraft:black_concrete: 1.0
World Settings
==============