Origins (Fabric)

Origins (Fabric)

15M Downloads

Custom Shaders

SonicJDF opened this issue ยท 0 comments

commented

I've recently been testing around with custom shaders, trying to create a blindness semi-effect using shaders however they appear pitch black when ran through origins but normally work in game?
I've put the Shader files in a Zip here
ShaderPack.zip
The code running in the mod is
{
"type": "origins:shader",
"shader": "testorigins:shaders/post/transparencys.json",
"condition": {
"type": "origins:equipped_item",
"equipment_slot": "mainhand",
"item_condition": {
"type": "origins:harvest_level",
"comparison": ">=",
"compare_to": 2
}
}
}