mirror of
https://github.com/TeamMidnightDust/VisualOverhaul.git
synced 2025-12-16 14:05:08 +01:00
18 lines
347 B
JSON
18 lines
347 B
JSON
{
|
|
"required": true,
|
|
"package": "eu.midnightdust.visualoverhaul.mixin",
|
|
"compatibilityLevel": "JAVA_17",
|
|
"minVersion": "0.8",
|
|
"mixins": [
|
|
"MixinJukeboxBlockEntity"
|
|
],
|
|
"client": [
|
|
"MixinSoundSystem",
|
|
"MixinSmokerBlock",
|
|
"MixinBlastFurnaceBlock",
|
|
"MixinPotionItem"
|
|
],
|
|
"injectors": {
|
|
"defaultRequire": 1
|
|
}
|
|
} |