Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bas080/falling_items
Gives functionality of falling torches when node to which attached is mined. Easily extended to also add rails etc. Just see lua.
https://github.com/bas080/falling_items
Last synced: 21 days ago
JSON representation
Gives functionality of falling torches when node to which attached is mined. Easily extended to also add rails etc. Just see lua.
- Host: GitHub
- URL: https://github.com/bas080/falling_items
- Owner: bas080
- Created: 2012-07-13T05:57:09.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-01-28T05:07:19.000Z (almost 12 years ago)
- Last Synced: 2023-03-25T10:16:49.307Z (almost 2 years ago)
- Language: Lua
- Homepage: http://forum.minetest.net/viewtopic.php?id=2476
- Size: 117 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
README
_______ _______ ___ ___ ___ __ _ _______
| || _ || | | | | | | | | || |
| ___|| |_| || | | | | | | |_| || ___|
| |___ | || | | | | | | || | __
| ___|| || |___ | |___ | | | _ || || |
| | | _ || || || | | | | || |_| |
|___| |__| |__||_______||_______||___| |_| |__||_______|BY: bas080
DESCRIPTION: Make defined nodes fall when "connected" node is dug
VERSION: 1.5.5
LICENCE: WTFPL
FORUM: http://http://forum.minetest.net/viewtopic.php?id=2476Instructions
Add to groups groups = { snappy = 3,flammable=2, floored=1 },
* Add "floored=1" to make node fall when bottom node is dug
* Add "hanging=1" to make node drop when top node is removed
* Add "attached=1" to make node fall when no node is "touching" the node.TODO
2.0
* added group "attached_light" does not reuire attached node to be walkable1.6
* improved attached group, cannot place attached node to non walkable attaching nodesChangelog
1.5.5
* improved attached group, fixed loop that checks for attaching "attached" groups1.5
* added group hanging for nodes that require top node to hang on1.0
* uses groups attached to drop "attached" nodes. Does not require facedir
* floored group is used to drop node when bottom node is removed0.1
* only defined nodes fall when "attached" node is removedLicence
WTFPL