mirror of
https://github.com/TeamMidnightDust/VisualOverhaul.git
synced 2025-12-16 05:55:09 +01:00
Updated ressources pack to 1.20
Updated mcmeta Added Relic disc to round discs
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"pack": {
|
"pack": {
|
||||||
"pack_format": 9,
|
"pack_format": 15,
|
||||||
"description": "§2Makes the water bucket respect biome colors"
|
"description": "§2Makes the water bucket respect biome colors"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"pack": {
|
"pack": {
|
||||||
"pack_format": 9,
|
"pack_format": 15,
|
||||||
"description": "§2Changes the model of the furnace to be 3D"
|
"description": "§2Changes the model of the furnace to be 3D"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"pack": {
|
"pack": {
|
||||||
"pack_format": 9,
|
"pack_format": 15,
|
||||||
"description": "§2Removes the bottles from the brewing stand"
|
"description": "§2Removes the bottles from the brewing stand"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"parent": "visualoverhaul:item/round_disc",
|
||||||
|
"textures": {
|
||||||
|
"0": "minecraft:item/music_disc_relic"
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"pack": {
|
"pack": {
|
||||||
"pack_format": 9,
|
"pack_format": 15,
|
||||||
"description": "§2Makes the spinning discs on Jukeboxes round"
|
"description": "§2Makes the spinning discs on Jukeboxes round"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user