Easy Emerald Tools & More [FORGE/NEOFORGE]

Easy Emerald Tools & More [FORGE/NEOFORGE]

805k Downloads

[Enhancement] Remove config limitations

mpustovoi opened this issue ยท 8 comments

commented

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.

commented

Keep in mind, obsidian will still have a mining level of iron

commented

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.

commented

Published a new version to curseforge

commented

which version are you using?

commented

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
commented

yeah, I will have to change the limit in the config builder.

commented

Looking forward to it

commented

I'm setting the new limit at 15