mirror of
https://github.com/TeamMidnightDust/VisualOverhaul.git
synced 2025-12-16 05:55:09 +01:00
- 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
15 lines
275 B
JSON
15 lines
275 B
JSON
{
|
|
"parent": "minecraft:item/generated",
|
|
"textures": {
|
|
"layer0": "minecraft:item/music_disc_13"
|
|
},
|
|
|
|
"overrides": [
|
|
{
|
|
"predicate": {
|
|
"round": 1
|
|
},
|
|
"model": "minecraft:item/music_disc_13_round"
|
|
}
|
|
]
|
|
} |