mirror of
https://github.com/TeamMidnightDust/PictureSign.git
synced 2025-12-13 04:45:10 +01:00
- A huge cleanup of the codebase - Make use of the Architectury build system - Replaced VideoLib with WATERMeDIA (More features, better stability, multiplatform support)
14 lines
305 B
JSON
Executable File
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
|
|
}
|
|
} |