Add files via upload

This commit is contained in:
Noodlemire 2018-06-15 12:12:54 -05:00 committed by GitHub
parent ef03512410
commit 553a091943
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -11,7 +11,7 @@ This mod is designed to allow almost every node in Minetest to fall down, simila
-------------------------------------------------------------------------------------------------------------
Dependencies and Support
-------------------------------------------------------------------------------------------------------------
This mod has no dependencies, not even optional ones. Support that this mod has for others is built-in and automatic, able to effect all added nodes without much issue, and is able to correctly differentiate between nodes that should be Clump Fall Nodes and nodes that are Falling Nodes, Attached Nodes, Liquid, or Unbreakable.
This mod has only one dependency, for the mod entitycontrol, which is used to fix some glitches with Clump Fall Behavior. Other than that, support that this mod has for others is built-in and automatic, able to effect all added nodes without much issue, and is able to correctly differentiate between nodes that should be Clump Fall Nodes and nodes that are Falling Nodes, Attached Nodes, Liquid, or Unbreakable.
-------------------------------------------------------------------------------------------------------------
License

View File

@ -10,12 +10,11 @@ Initial Clump:
+Beds have been excluded from the clump_fall_node group due to major issues with how they fall
+Documented most of the above
Clump 2:
Clump The Second:
+Created this changelog
+Added an actual description to the documentation of spawn_falling_node (whoops), also revisioned a few other random pieces of documentation
+Whenever a node falls, all nearby falling_nodes and attached_nodes are updated to prevent such nodes from floating after clump_fall_nodes fall
+Clump Fall Nodes no longer repeatedly try to fall when placed on top of nodes in the falling_node group like sand or gravel
*Swapped the order of action registers and the minetest.after, just in case.
+Split a majority of init.lua into functions.lua and override.lua, with clumpfall as the global variable
*Renamed function clump_fall to do_clump_fall to be less confusable with global clumpfall
-Re-included beds in the clump_fall_node group