![CERBON's Better Beacons [Forge | Fabric | NeoForge]](https://media.forgecdn.net/avatars/thumbnails/887/38/256/256/638323899873399879.png)
[FEATURE REQUEST] Config Effect Level
TomtomFH opened this issue ยท 5 comments
Before submitting the feature request
- I have checked that the requested feature is not a duplicate or, if it is, it needs to be reopened
- I have checked that I am running the latest version of Better Beacons mod
- I have checked the FAQ section for solutions
- I have read the contributing guidelines and I agree with the Code of Conduct
Is your feature request related to a problem? Please describe.
I Just grinded for one layer of netherite for my beacon and i was a bit underwhelmed by the level of the effect being only IV and not V since i would like to have a clean number like V as my level for a maxed beacon.
Describe the solution/feature you'd like
I would like to see the level of the effect being customizable in the config for specific blocks. (maybe also the blocks that you can use for the beacon)
Describe alternatives you've considered
maybe customizable by commands?
Additional context
You can configure the beacon primary effects strength by using a datapack. See: https://github.com/CERBON-MODS/CERBONs-Better-Beacons/wiki/Datapack
I am aware of this posibility but most people dont know how to use or modify datapacks. easily changing configs ingame can be done using a different mod but i havnt found one that can modify datapacks ingame yet. What im trying to say is: it would be a lot easier to understand and configurate the mod for users that dont know that much about modding to have the option to modify the above features in the config files.
Agree with you that config fies are easier for people that has less knowledge about the game, however, datapacks are still a better option in my opinion for people who wants to modify the mod. Everything would be in the same place instead of part of the config for some blocks being in one place and to add more blocks you would need to use a datapack in another place.
well you could make the user able to add blocks and their levels in the config for example:
["Blocks"]
"Block1" = 1
"Block2" = 2
"Block3" = 3
the number being the effect level
This would also make everything be in one place and make the modifying of each blocks effect strength easier for less knowledgeable people.