VisualOverhaul v5.1.0 for 1.20.4
View the changelog
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)
- Port to 1.19.4
- Use Architectury -> Forge & native Quilt support!
- Architectury API is only required on Forge, as Forge Networking sucks
- New Feature: Icon Buttons!
- Makes buttons look less bland by adding icons to them
- Loaded from resourcepacks
- Currently uses vanilla items as icons
- Organize config screen in tabs
-
Overhaul Phonos's Radio Jukebox
-
Added compat with Biome Makeover, Desolation, Dynamic Discs, Extra Discs and Phonos discs
-
Fixed crash with Charm
-
Way smoother biome-colored items
-
Biome colored items for more vanilla items
-
Serverside method to get music discs is now prioritized, clientside method only applies if the ItemStack is empty
-
Move puddles into a seperate mod
Client side implementation of the jukebox overhaul
- Uses a mixin into the sound system to determine the sound played at the position of the jukebox, then tries to get the record item of the sound. If it fails it will fall back to the server side implementation.
Fix puddles connecting weirdly
- The cause of the bug cannot be easily fixed and would cause issues with certain renderers, so I just made puddles unable to be placed when the corners or sides of the block above or below already have a fluid.
Fix #9 (Jukebox top being still visible even when a block is above the jukebox)
Switched to MidnightConfig (No need to seperately download AutoConfig & ClothConfig anymore)
Adds puddles which spawn during rain and can be used to fill a water bottle. (Game rule: "puddleSpawnRate") Also, snow layers can now pile up during snow storms. (Game rule: "snowStackChance")
Items which are colored in their block form also show the color corresponding to the biome as an item. (Toggleable via config)
Fix Crash on dimension switch and probably so many other errors