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 7 months ago
.editorconfig Initial commit 7 months ago
CONCEPT.md Initial commit 7 months ago
README.md Initial commit 7 months ago
contraption.lua Add region type, redo contraption code 7 months ago
init.lua Assemble with hammer 7 months ago
mod.conf Update mod.conf 7 months ago
region.lua Add region type, redo contraption code 7 months ago
search.lua Initial commit 7 months ago
vector_extensions.lua Add region type, redo contraption code 7 months 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.