VisualOverhaul 3.2.0 - Compat & Stability

- 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
This commit is contained in:
Motschen
2021-03-30 20:35:17 +02:00
parent afac024e9e
commit 8f51167982
83 changed files with 1340 additions and 340 deletions

View File

@@ -25,6 +25,8 @@ dependencies {
modCompile "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
modImplementation "io.github.FoundationGames:Phonos:0.1.1-beta"
modImplementation ("io.github.prospector:modmenu:${project.mod_menu_version}") {
exclude group: "net.fabricmc.fabric-api"
}