Page 1 of 1

modding idea

PostPosted: Fri Sep 13, 2013 00:48
by Element
we all know how sand and gravel fall when in the air...well i think there should be a mod that makes dirt fall like sand and gravel...it will make digging hard so it will be more fun

PostPosted: Fri Sep 13, 2013 02:01
by LionsDen
Just add falling_node=1 to the groups definition part of the node registration. That will make them fall, but you need to do the dirt and dirt_with_footsteps and the dirt_with_grass. Otherwise just the plain dirt will fall.

PostPosted: Fri Sep 13, 2013 03:13
by paramat
Sort of makes sense because mapgen works by dropping vertically down a layer of dirt onto stone as if resting upon it. Dirt unsupported by stone is crumbly and unstable, how about an abm which slowly converts stable dirt to unstable dirt? ... to make the collapse slower and gradual.

PostPosted: Fri Sep 13, 2013 06:43
by Dan Duncombe
paramat wrote:Sort of makes sense because mapgen works by dropping vertically down a layer of dirt onto stone as if resting upon it. Dirt unsupported by stone is crumbly and unstable, how about an abm which slowly converts stable dirt to unstable dirt? ... to make the collapse slower and gradual.

A similar thing for stone is in my erosion mod, but it will only fall if you cause a block update, like gravel. This is not intentional.