Rotate optics and doors from NodeCore with ease.
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 000c6f520f Add (UN)LICENSE 1 year ago
textures Add rotating by "pushing" on edges 1 year ago
.editorconfig Initial commit 1 year ago
README.md Add README 1 year ago
UNLICENSE.txt Add (UN)LICENSE 1 year ago
hud.lua Add rotating by "pushing" on edges 1 year ago
init.lua Add rotating by "pushing" on edges 1 year ago
mod.conf Add README 1 year ago
rotate.lua Add rotating by "pushing" on edges 1 year ago
utility.lua Add rotating by "pushing" on edges 1 year ago

README.md

NodeCore Extended Rotating

This mod follows in the footsteps of the useful [Extended Placement] mod for [Minetest] and adds the ability to rotate certain nodes from [NodeCore] such as optics and doors easily, without having to cycle through all possible rotations every time.

Rotating a node can be done in two ways, either by clicking the center or the edge of a face. By interacting with the center, the node rotates around that face. When interacting with the edge, the node is "pushed" that way, rotating away from you. Sneaking inverts the direction of the rotation.

At this time, nodes that can be rotated are hardcoded into the mod, since their valid orientations can't be easily extracted. A function mimicking NodeCore's own rotation logic has to be provided.