Mods: Difference between revisions
Cyberonkel99 (talk | contribs) No edit summary |
Cyberonkel99 (talk | contribs) No edit summary |
||
| Line 6: | Line 6: | ||
===VLBridger=== | ===VLBridger=== | ||
Trains have to pass rivers and valleys – fortunately, there is VLBridger, a mod intended to build impressive bridges. This mod is based on Bridger, written for minetest_game and adds additional Elements to build more realistic suspension bridges. The source to git clone this mod can be found here: [https://mavori.ch/forgejo/yunomavori/vlbridger VLBridger]. The [[Bridger Tutorial]] describes the adaptation and explain, how simple and more complex bridges can be built with this mod. | Trains have to pass rivers and valleys – fortunately, there is VLBridger, a mod intended to build impressive bridges. This mod is based on Bridger, written for minetest_game and adds additional Elements to build more realistic suspension bridges. The source to git clone this mod can be found here: [https://mavori.ch/forgejo/yunomavori/vlbridger VLBridger]. The [[Bridger Tutorial]] describes the adaptation and explain, how simple and more complex bridges can be built with this mod. | ||
===Pipeworks=== | |||
Pipeworks adds a full system for transport of blocks and fluids. Tested just items for now. Allows to teleport items into remote chests, sorting, autocrafting. | |||
=== Death Position === | === Death Position === | ||
Each of us has experienced the situation to die in the Nether or a fare distant position hard to reach. This mod adds the command /death_pos to be teleported to the last death position. [https://github.com/BrownHedgehog78/death_pos Source to repo]. | Each of us has experienced the situation to die in the Nether or a fare distant position hard to reach. This mod adds the command /death_pos to be teleported to the last death position. [https://github.com/BrownHedgehog78/death_pos Source to repo]. | ||
Revision as of 00:37, 11 June 2025
Additional info for a small number of mods with special consideration of use in VoxeLibre.
Advanced Trains
As the minecart system in VoxeLibre is somewhat limited, train enthusiasts will want to try Advanced Trains, a mod adding more sophisticated trains, track systems including automation. This mod was built for minetest_game, but basic functions work in VoxeLibre. An extensive documentation of this mod package can be found here. We will focus in Advanced Trains in VoxeLibre on the differences, functions, that not work (or have to be used differently) and some hints to adapt more of this phantastic mod for VoxeLibre.
VLBridger
Trains have to pass rivers and valleys – fortunately, there is VLBridger, a mod intended to build impressive bridges. This mod is based on Bridger, written for minetest_game and adds additional Elements to build more realistic suspension bridges. The source to git clone this mod can be found here: VLBridger. The Bridger Tutorial describes the adaptation and explain, how simple and more complex bridges can be built with this mod.
Pipeworks
Pipeworks adds a full system for transport of blocks and fluids. Tested just items for now. Allows to teleport items into remote chests, sorting, autocrafting.
Death Position
Each of us has experienced the situation to die in the Nether or a fare distant position hard to reach. This mod adds the command /death_pos to be teleported to the last death position. Source to repo.