[WIP][MOD] Simple Scaffolding [help wanted]
This is the latest version of my scaffolding mod. I've taken it as far as I can go with my very limited programming skills. Therefore I'm posting it here to see if anyone with more skills would like to work on it before moving it into released mods.
The main idea for this mod is to make scaffolding simple and easy to use. Only one recipe is needed to make a node that will be walkable or climbable depending on the context of its placement. If the scaffolding nodes are stacked then they are climbable. Otherwise, the scaffolding is walkable. In either case, the scaffolding doesn't require a tool to remove and removal is instantaneous.
Scaffolding can be made in several colors to make it easier to mark distances. The coloredwood mod is recommended, but not required.
A tip on placing the nodes: Minetest doesn't care if you point to an outside edge of a hollow block (defined by using nodebox drawtype) or an inside edge. Therefore, you can place scaffolding nodes directly above the player's head while climbing a stack by pointing to the top edge of one of the bottom bars of the top scaffolding node.
Here is my bug and wish list for this mod that my skills are too limited to correct or implement:
The main idea for this mod is to make scaffolding simple and easy to use. Only one recipe is needed to make a node that will be walkable or climbable depending on the context of its placement. If the scaffolding nodes are stacked then they are climbable. Otherwise, the scaffolding is walkable. In either case, the scaffolding doesn't require a tool to remove and removal is instantaneous.
Scaffolding can be made in several colors to make it easier to mark distances. The coloredwood mod is recommended, but not required.
A tip on placing the nodes: Minetest doesn't care if you point to an outside edge of a hollow block (defined by using nodebox drawtype) or an inside edge. Therefore, you can place scaffolding nodes directly above the player's head while climbing a stack by pointing to the top edge of one of the bottom bars of the top scaffolding node.
Here is my bug and wish list for this mod that my skills are too limited to correct or implement:
- scaffolding of different colors will not interact to change walkable scaffolding into climbable scaffolding
I'd like to have a special command to manually switch already placed nodes between walkable and climbable
I'd like to be able to place climbable nodes where the player stands to make it easier to build climbable stacks