[Feature Request]
Tenchu98 opened this issue ยท 0 comments
Minecraft Version
1.20.1
ModLoader
Forge
Shimmer version
Shimmer-forge-1.20.1-0.2.3
Modpack info or mod list(please reduce mod range)
Custom modpack or any with botania or similar
The latest.log file and hs_err_pidXXX if exists
none
optifine , Rubidium , flywheel or any rendering related mods. mod version is required.
Embeddium
Issue description
I am requesting a feature that would allow setting min and max on block states. As an example the botania mana pool has something like 1000000 capacity and it would be both tedious and make for a large file to add light to the pool. I was wanting to break it up into about 15 groups and set the radius to for each group so the light gets brighter the fuller the pool gets. I was hoping for some thing where I could put something like
{
mana: { min:1, max: 1000},
radius:1
}
or something similar.
Steps to reproduce
No response
Other information
No response