Origins (Forge)

Origins (Forge)

7M Downloads

Origins:Lava_Vision is not working in datapack for 1.17

ShatteredShadows opened this issue ยท 0 comments

commented

I have an origins datapack that I have created and I have used for 1.16 for both Forge and Fabric. When trying to use this datapack for 1.17 forge I have encountered a few different issues that I can fix. The only one I am not able to resolve is the Lava_Vision is not working. No matter what I change the s and v values to it doesn't change the effects at all screen is pure red orange even when I am right up agenst a block I can't see it. I expect to be able to see up to 15 blocks away while in lava. I have tested the same pack in fabric 1.17 and the LavaVision works fine. I have added the code for the power below.
Forge Version: 37.1.1
Origins (Forge) : origins-1.17.1-1.0.4.4-unified.jar
The only other mod I have installed myself is Pehkui to adjust the player size.
Both Caelus API(Forge) and Cloth Config API(Forge) auto installed when installing your version of Origins.

{
"type": "origins:lava_vision",
"s": 0,
"v": 15,
"name": "Burning Eyes",
"description": "Lava does not impair your vision as much."
}