Files
PictureSign/common/src/main/resources/picturesign.mixins.json
Martin Prokoph 948c7f47d1 Huge code cleanup, Architectury & Watermedia
- A huge cleanup of the codebase
- Make use of the Architectury build system
- Replaced VideoLib with WATERMeDIA (More features, better stability, multiplatform support)
2024-06-20 17:55:40 +02:00

14 lines
305 B
JSON
Executable File

{
"required": true,
"package": "eu.midnightdust.picturesign.mixin",
"compatibilityLevel": "JAVA_17",
"client": [
"MixinSignBlockEntityRenderer",
"MixinHangingSignBlockEntityRenderer",
"MixinSignEditScreen",
"MixinSignBlockEntity"
],
"injectors": {
"defaultRequire": 1
}
}