Extra Alchemy

Extra Alchemy

13M Downloads

"learningIncreasesExpOrbValue": true not working properly in 1.18.1

BioTechproject27 opened this issue ยท 0 comments

commented

Collecting xp orbs while having the learning effect does not seem to increase xp orb value.

Step:

  1. Give urself any learning effect with a potion.
  2. Do sth where one would collect a lot of xp orbs, like trading a certain amount of items with villagers.
  3. Observe how you always collect a very similar amount of xp, even over large collected amounts.

Expectation:
A noticeable increase of xp when absorbing xp orbs while having the learning effect, especially over large amounts.

Using:
extraalchemy-fabric-1.18.1-1.7.0.jar on 1.18.1
fabric-api-0.46.6+1.18.jar
Farbic - 0.14.7
Windows 10, SinglePlayer

extraalchemy.json (since I can't upload .json's)

{
"learningIncreasesExpOrbValue": true,
"enableVials": true,
"enableRings": true,
"enableBrewingStandFire": false,
"useAnchorChargesWithReturnPotion": true,
"allowRingsInInventoryWithThirdPartyMods": false,
"potions": {
"magnetism": false,
"photosynthesis": false,
"crumbling": false,
"fuse": true,
"recall": true,
"sails": true,
"returning": true,
"learning": true,
"concentration": false,
"gravity": true,
"combustion": true,
"pacifism": false,
"shrinking": false,
"growing": false,
"detection": true,
"piper": true
}
}