From 553a0919435d353c07746f2284405f13b0621a50 Mon Sep 17 00:00:00 2001 From: Noodlemire Date: Fri, 15 Jun 2018 12:12:54 -0500 Subject: [PATCH] Add files via upload --- README.md | 2 +- changelog.txt | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2283278..a2a47df 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/changelog.txt b/changelog.txt index fb9365d..af9bfb3 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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