Files
VisualOverhaul/common/src/main/resources/visualoverhaul.mixins.json
Martin Prokoph 680d2a3a8b VisualOverhaul 5.1.0 - Code overhaul!
- 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)
2024-02-23 21:10:02 +01:00

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
}
}