Merge pull request #44 from SuperNoobYT/main

Fixing the new music disc "relic" not being supported by the rounddiscs option
This commit is contained in:
Martin Prokoph
2024-02-23 16:20:44 +01:00
committed by GitHub
6 changed files with 25 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
{
"pack": {
"pack_format": 9,
"pack_format": 15,
"description": "§2Makes the water bucket respect biome colors"
}
}

View File

@@ -1,6 +1,6 @@
{
"pack": {
"pack_format": 9,
"pack_format": 15,
"description": "§2Changes the model of the furnace to be 3D"
}
}

View File

@@ -1,6 +1,6 @@
{
"pack": {
"pack_format": 9,
"pack_format": 15,
"description": "§2Removes the bottles from the brewing stand"
}
}

View File

@@ -0,0 +1,15 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "minecraft:item/music_disc_relic"
},
"overrides": [
{
"predicate": {
"round": 1
},
"model": "minecraft:item/music_disc_relic_round"
}
]
}

View File

@@ -0,0 +1,6 @@
{
"parent": "visualoverhaul:item/round_disc",
"textures": {
"0": "minecraft:item/music_disc_relic"
}
}

View File

@@ -1,6 +1,6 @@
{
"pack": {
"pack_format": 9,
"pack_format": 15,
"description": "§2Makes the spinning discs on Jukeboxes round"
}
}