Advanced Trains in VoxeLibre

From VoxeLibre Wiki
Jump to navigation Jump to search

For a general introduction to advtrains you should read the extensive documentation. I will just mention some basic principles and focus on some special aspects in the use of Advtrains in VoxeLibre. Advtrains is a comprehensive and complex system – I do not pretend to understand the system in full. Any additional info is welcome!

Advtrains is a modpack, consisting of several mods. Download and install the newest version from advtrains.git. The mod serialize_lib (from the modpack) must be initialized before advtrains.

I suggest to install additional mods: advtrains_crafting_compatibility_patch (to help in crafting in survival), advtrains_attachment_offset_patch (to help mount the trains, correcting a luanti error) and advtrains_platform_mcla (to have platforms for railway stations).

The modpack does not contain any trains. You find quite a lot of available trains in the ContentDB. Many of them have 'default' as dependency. If this is the case, you will have to change the mod.conf (delete this dependency) and change every occurence of default in the code. In most cases, you have to look for the crafting recipes. Just replace the default blocks by VoxeLibre blocks. E.g. default:steelblock becomes mcl_core:ironblock.