![Easy Emerald Tools & More [FORGE/NEOFORGE]](https://media.forgecdn.net/avatars/thumbnails/302/101/256/256/637365787626370995.png)
[Enhancement] Remove config limitations
mpustovoi opened this issue ยท 8 comments
In the Fabric version, there are no restrictions on setting values, for example, the mining speed of items. The Forge version has them.
For example, I want to make obsidian items more effective than diamond ones, but I can't do it because of the 7.0
limitation for mining speed, while diamond efficiency is 8.0
. Same thing for setting durability, for example, for copper less than 200
.
Is there a way to lose these restrictions? I don't think this is related to the features of the Forge loader, because some mods have tools with efficiency up to 10
and maybe even more.
Thanks. That even makes sense for me.
I suppose the mining level cannot be determined through the config, since this results the whole new method addition for all tools.
I'm using EasyEmerald-Forge-1.20.1-1.5.7
So if I set 10.0
here in config, when I launch the game, the value goes back to 7.0
cap:
#Obsidian Tool efficiency [1.0-7.0, default: 5.5]
#Range: 0.0 ~ 7.0
obsidianToolEfficiency = 7.0