This change includes some extensive rewriting of the shared underlying
functions as well as the cosmetic changes. Rope destruction should
happen instantly down its entire length now. Rope boxes themselves are
now "climbable", making it easier to transfer from one rope to another.
There's also a new user setting for limiting the number of rope box
types available to the player.
I did a bunch of work enhancing the rope blocks in this. I gave them a
nodebox model, limited the length the rope will extend to, allowed
blocks with rope of varying length to be crafted, and fixed a couple of
problems with ropes - namely that removing the block wouldn't
necessarily remove the whole rope (now there's a "rope top" that eats
its way down to ensure the whole rope is removed) and that a rope
couldn't be cut once it was in place. I also added a rope ladder
variant, and made it possible to craft ropes using cotton as well as
vines.
I may have broken the vines part of this mod in the process, I'll do
further testing and code cleanup soon.
- Defines biome in the vines_register function. Thus spawning.lua can be
removed.
- Vines destroy when a nearby( 3x3 ) leave is dug. They do not drop. To gather
vines one still has to use the shears.
- Soft depends on moretrees. Allows the overriding of the leave nodes. This is
required for removing th vines when the leaves destruct.
- Registered a new vine named "vines:jungle" Spawns on jungle tree trunks.
Either on the moretrees jungles and the default jungletree nodes.
- Textures for the jungle vines.