NodeCore mod that adds contraptions
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.
copygirl e4d4bacc89 Add region type, redo contraption code 1 year ago
.editorconfig Initial commit 1 year ago
CONCEPT.md Initial commit 1 year ago
README.md Initial commit 1 year ago
contraption.lua Add region type, redo contraption code 1 year ago
init.lua Assemble with hammer 1 year ago
mod.conf Update mod.conf 1 year ago
region.lua Add region type, redo contraption code 1 year ago
search.lua Initial commit 1 year ago
vector_extensions.lua Add region type, redo contraption code 1 year ago

README.md

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.