Skip to content
Michael Pollind edited this page Dec 24, 2017 · 9 revisions

NOTE: 1.Right click to place an item and left click to destroy an item. Press W to move forward, A to move left, D to move right, S to move backwards and Space Bar to jump. Use the number keys 0-9 to toggle through inventory

2.Track joins are only detected on block updates in some cases. Until this is fixed you might need to trigger one by breaking a block adjacent to the track to update. This is shown in the gifs

Setup Test

Verify the game does not crash or hang at any of the following steps.

  1. Create a new world with only rails and its dependencies active from the modules.
  2. Verify the world is created and loads.
  3. Verify your inventory contains 1 Minecart, 1 Spanner and 99 Rails.

Rail Position Tests

Use give Rails:Rails to get more track as needed.

Corner Joint

  1. Place three rails in an elbow bend
  2. Check the centre rail has changed to a bend

Tee Joint

  1. Place four rails in a T-shape
  2. Check that the centre rail has turned into a junction

Straight Track

  1. Place three rails in a straight line
  2. Check they all snap to face the same way

Sloped Track

  1. Place three tracks in a line, with the end one elevated on one block
  2. Verify the middle track is sloped upwards towards the elevated block

Double Slope

Double-Slope

  1. Create a ‘staircase’ of 2 or more blocks with an elevation of one block between blocks on the staircase
  2. Place three or more rails in a line
  3. Verify that the tracks connect and are sloped upwards towards the elevated block before it

Inverted Tee

  1. Create a Tee joint as detailed Above
  2. Press e on it with the spanner
  3. Verify the direction has switched
  4. Press e on it with the spanner again
  5. Verify the direction has switched back

Vehicle Tests

Minecart

  1. Place tracks in a small loop (eg 4x8 blocks)
  2. Place a minecart on the loop
  3. Verify it appears and is on the tracks
  4. Enter it by pressing e over it
  5. Verify you enter the cart
  6. Move the cart by holding the forward arrow
  7. Verify the cart moves around the loop
  8. Release the forward arrow
  9. Verify the cart does not stop
  10. Exit the cart using e over it again
  11. Destroy the cart by left clicking it
  12. Verify the cart is destroyed

Minecart Halt

DS

  1. Place tracks in a straight line
  2. Leave one block ahead(gap) of the straight line and place one track in front of the gap
  3. Place a minecart on the straight line track
  4. Enter it by pressing ‘e’ over it
  5. Verify you enter the cart
  6. Move the cart by holding the forward arrow
  7. Verify that the cart stops when reaching the gap and does not move onto the track ahead of the gap
Clone this wiki locally