Open
Description
The Problem
Let's say I am working on a town and I use the following pattern for all of the roads: 55%gravel,25%tuff,20%coarse_dirt
. When adding new road, I have to make sure to either write down or remember what this pattern was for consistency.
A Solution
Would it be possible to save (locally to clients) aliases for patterns? Then I could do something like:
//alias mountain_town_road 55%gravel,25%tuff,20%coarse_dirt
- to save the alias//set mountain_town_road
- example of using it
Alternatives
My current solution is to leave a sign near the build I'm working on that lists out any patterns I am using. This isn't perfect because the sign may be broken or forgotten about.
Anything Else?
Apologies if this functionality already exists! If it doesn't and you all are willing to add it, I would be willing to implement it.