mirror of
https://github.com/TeamMidnightDust/VisualOverhaul.git
synced 2025-12-15 13:45:09 +01:00
- Update to 1.20.4 - Switch Forge version to NeoForge - Update resourcepacks & add round relic disc (thanks to @SuperNoobYT) - Furnaces will now show results when finished (closes #61) - Fix crash related to sound events (closes #60, #52) - Fix crash related to button icons (closes #59, #55, #54, likely #49) - Fix log spam when mod is only present on server (closes #33) - Fix jukeboxes staying powered after playback has finished (closes #53)
20 lines
407 B
JSON
20 lines
407 B
JSON
{
|
|
"required": true,
|
|
"package": "eu.midnightdust.visualoverhaul.mixin",
|
|
"compatibilityLevel": "JAVA_17",
|
|
"minVersion": "0.8",
|
|
"mixins": [
|
|
"MixinJukeboxBlockEntity"
|
|
],
|
|
"client": [
|
|
"MixinSoundSystem",
|
|
"MixinSmokerBlock",
|
|
"MixinBlastFurnaceBlock",
|
|
"MixinPressableWidget",
|
|
"MixinSliderWidget",
|
|
"TextureManagerAccessor"
|
|
],
|
|
"injectors": {
|
|
"defaultRequire": 1
|
|
}
|
|
} |