ChosenArchitect / Bounds-1.12-Modpack

A 1.12 Vanilla+ Hardcore Modpack
GNU General Public License v3.0
4 stars 0 forks source link

Boats are slower than swimming #26

Closed homerAttack closed 6 years ago

homerAttack commented 6 years ago

move slower in a boat than not in a boat

ChosenArchitect commented 6 years ago

hcboating {

Registry name for entities which are considered boats

    S:"Boat List" <
        minecraft:boat
     >

    # Make boat recipe require a wooden shovel for the oars
    B:"Boat Requires Oar"=false

    # Enables custom recipes provided by this feature
    B:"Custom Recipes"=false

    # Speed modifier when not holding any sail type item
    I:"Default Speed modifier"=50

    # Items which speed up a boat when held, value is a percentage of the vanilla speed
    S:"Speed Items" <
        betterwithmods:material:11=100
        minecraft:banner:*=100
ChosenArchitect commented 6 years ago

Will change