You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
1000 B
20 lines
1000 B
# NodeCore Contraptions Mod |
|
|
|
This mod for [NodeCore], a game written for the open source [Minetest] engine, |
|
adds so-called "contraptions" to the game, which are node-based objects that |
|
can be moved around the world as a connected structure. |
|
|
|
Contraptions can be platforms, rafts, carts, boats, doors, minecarts, vehicles |
|
and even trains. Or, at least, that's the plan. This mod is still heavily in |
|
development. Items and players riding on top or inside contraption will be |
|
pushed along with them. |
|
|
|
These contraptions are inspired by the *Minecraft* mod [Create], which allows |
|
creation of similar contraptions, however this implementation will achieve |
|
this effect by using purely nodes in their usual grid. Rotation will be done |
|
in a similar fashion as the vehicles in [Cataclysm: Dark Days Ahead]. |
|
|
|
[NodeCore]: https://content.minetest.net/packages/Warr1024/nodecore/ |
|
[Minetest]: https://minetest.net/ |
|
[Create]: https://modrinth.com/mod/create |
|
[Cataclysm: Dark Days Ahead]: https://cataclysmdda.org/
|
|
|