Hey everyone,
I'm excited to share my progress on locomotive blocks. Locomotive blocks are blocks that could move by itself with infinite energy source, and could be controlled by a player.
Have you ever thought about crossing the river on a dark, moonless night?
Think again ...
https://github.com/pencilcheck/Terasology
If you are interested in trying it out, clone my branch from the url above, build it by running
`$ ./gradlew run` (if you are on mac or linux)
Create a new world and enable "Train locomotive" mod
Now open console and type
`/spawnPrefab "locomotive:train"`
Activate the block by pressing 'e' while selecting the block
Jump on the block and off it goes ...
.....
Oh and just in case you gone off chasing after your locomotive block, you can stop it by deactivate the block
You can try it on river too, if you are brave enough . It's amazing how much Kinematic bodies could do with so little code
I'm excited to share my progress on locomotive blocks. Locomotive blocks are blocks that could move by itself with infinite energy source, and could be controlled by a player.
Have you ever thought about crossing the river on a dark, moonless night?
Think again ...
https://github.com/pencilcheck/Terasology
If you are interested in trying it out, clone my branch from the url above, build it by running
`$ ./gradlew run` (if you are on mac or linux)
Create a new world and enable "Train locomotive" mod
Now open console and type
`/spawnPrefab "locomotive:train"`
Activate the block by pressing 'e' while selecting the block
Jump on the block and off it goes ...
.....
Oh and just in case you gone off chasing after your locomotive block, you can stop it by deactivate the block
You can try it on river too, if you are brave enough . It's amazing how much Kinematic bodies could do with so little code