Advanced Trains in VoxeLibre: Difference between revisions

From VoxeLibre Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
For a general introduction to advtrains you should read the extensive [https://advtrains.de/wiki/doku.php 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!
For a general introduction to advtrains you should read the extensive [https://advtrains.de/wiki/doku.php 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 [https://git.bananach.space/advtrains.git/ advtrains.git]. The mod serialize_lib must be initialized before advtrains. The modpack does not contain any trains. You find quite a lot of available trains in the [https://content.luanti.org/ ContentDB].
Advtrains is a modpack, consisting of several mods. Download and install the newest version from [https://git.bananach.space/advtrains.git/ advtrains.git]. The mod serialize_lib (from the modpack) must be initialized before advtrains.
 
I suggest to install additional mods: [https://content.luanti.org/packages/?q=advtrains_crafting_compatibility_patch advtrains_crafting_compatibility_patch] (to help in crafting in survival), [https://content.luanti.org/packages/?q=advtrains_attachment_offset_patch advtrains_attachment_offset_patch] (to help mount the trains, correcting a luanti error) and [https://github.com/Montandalar/advtrains_platform_mcla/tree/master 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 [https://content.luanti.org/ 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.

Latest revision as of 00:54, 11 June 2025

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.