
Custom luminance JSONs are not parsed
VioletRoses opened this issue ยท 3 comments
Describe the bug
My Minecraft mod uses LambDynamicLights for certain items, and though I've successfully hooked into the RyoamicLights API for entities, the mod appears not to parse item luminance JSONs, even though the folder structure is setup the exact same as on Fabric.
To Reproduce
Steps to reproduce the behavior:
- Launch instance with Weird Equipment (1.0.4 or higher) and RyoamicLights
- Equip Netherite Torch Pickaxe
- Observe no lighting being emitted
Screenshots
Mod running with RyoamicLights:
Running with LambDynamicLights:
Desktop (please complete the following information):
- OS: Windows
- Minecraft 1.20.1
- Fabric Loader version 0.14.24
- Mods: Rubidium, RyoamicLights, WeirdEquipment
- Version 0.1.5
You seem to have misplaced Custom luminance JSON, it should be in assets\<modid>\dynamiclights\
.
FYI i've tried renaming the "dynamiclights" folder in assets to "ryoamiclights" thinking that could've been the issue and it just wasn't documented in the API.md but that did nothing.