Compare commits
No commits in common. '000c6f520f9d3bea260251756fb53150a088ac50' and '5115aedcb735a319330bf4730fe562f1caac53b7' have entirely different histories.
000c6f520f
...
5115aedcb7
3 changed files with 1 additions and 35 deletions
@ -1,15 +0,0 @@ |
||||
# 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. |
@ -1,19 +0,0 @@ |
||||
This is free and unencumbered software released into the public domain. |
||||
|
||||
Anyone is free to copy, modify, publish, use, compile, sell, or distribute |
||||
this software, either in source code form or as a compiled binary, for any |
||||
purpose, commercial or non-commercial, and by any means. |
||||
|
||||
In jurisdictions that recognize copyright laws, the author or authors of this |
||||
software dedicate any and all copyright interest in the software to the public |
||||
domain. We make this dedication for the benefit of the public at large and to |
||||
the detriment of our heirs and successors. We intend this dedication to be an |
||||
overt act of relinquishment in perpetuity of all present and future rights to |
||||
this software under copyright law. |
||||
|
||||
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
||||
AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN |
||||
ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION |
||||
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
Loading…
Reference in new issue