Minecart boost

Olika blocks under powered_railroad ger olika boosts till minecarts på Agonia SMP. Notera dock, att detta endast gäller Minecarts som spelare sitter i.

Observera: För höga hastigheter i svängar kommer leda till att din minecart spårar ur. Max-speed-time anges i ticks. 1 sekund är cirka 20 ticks.

  
  REDSTONE_BLOCK:
    boost: 1.0
    max-speed-time: 1
    max-speed: 0.4
  COAL_BLOCK:
    boost: 2.0
    max-speed-time: 80
    max-speed: 0.8
  IRON_BLOCK:
    boost: 2.0
    max-speed: 0.8
    max-speed-time: 240
  GOLD_BLOCK:
    boost: 2.5
    max-speed: 1.0
    max-speed-time: 240
  EMERALD_BLOCK:
    boost: 3.0
    max-speed: 1.2
    max-speed-time: 240
  DIAMOND_BLOCK:
    boost: 4.0
    max-speed: 1.6
    max-speed-time: 240
  NETHERITE_BLOCK:
    boost: 40.0
    max-speed: 16.0
    max-speed-time: 320

Last updated