CoolMineman / Plant-In-A-Jar

Advanced micro-greenhouse fabric mod that can grow any kind of plant including trees.
GNU Lesser General Public License v3.0
2 stars 7 forks source link

Enhancement: Allow wildcards in the config #5

Closed Katorone closed 4 years ago

Katorone commented 4 years ago

On our server we've found that adjusting the growth time to 200 is fine for crops, but slow for saplings. I can adjust the growth times of crops individually just fine, but having wildcard support would make this process considerably easier.

Instead of adding each seed or each sapling, it would be possible to do :sapling: -100, or betternether:*: +100.

CoolMineman commented 4 years ago

https://www.curseforge.com/minecraft/mc-mods/plant-in-a-jar/files/3026293 I've added support for Regex Growth Modifiers in 1.6.1 and it can do similar things to this see the changelog for an example.

Katorone commented 4 years ago

Awesome! Thank you so much!