Skip to content

Commit

Permalink
Fixed the Wanderer music disc
Browse files Browse the repository at this point in the history
  • Loading branch information
Forstride committed Jun 17, 2024
1 parent 85fb540 commit ed57933
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 16 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"comparator_output": 1,
"comparator_output": 15,
"description": {
"translate": "jukebox_song.biomesoplenty.wanderer"
},
"length_in_seconds": 178.0,
"length_in_seconds": 289.0,
"sound_event": "biomesoplenty:music_disc.wanderer"
}
Original file line number Diff line number Diff line change
Expand Up @@ -544,6 +544,8 @@
"entity.biomesoplenty.boat": "Boat",
"entity.biomesoplenty.chest_boat": "Boat with Chest",

"jukebox_song.biomesoplenty.wanderer": "Tim Rurkowski - Wanderer",

"trim_material.biomesoplenty.glowworm_silk": "Glowworm Silk Material",
"trim_material.biomesoplenty.rose_quartz": "Rose Quartz Material",

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,26 @@
"particle": "#leaves"
},
"elements": [
{ "from": [ 0, 0, 0 ],
{ "from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay"},
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay"},
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay"},
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay"},
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay"},
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay"}
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay", "cullface": "down" },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay", "cullface": "up" },
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay", "cullface": "north" },
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay", "cullface": "south" },
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay", "cullface": "west" },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay", "cullface": "east" }
}
},
{ "from": [ 0, 0, 0 ],
{ "from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#leaves", "tintindex": 1 },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#leaves", "tintindex": 1 },
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#leaves", "tintindex": 1 },
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#leaves", "tintindex": 1 },
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#leaves", "tintindex": 1 },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#leaves", "tintindex": 1 }
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#leaves", "tintindex": 1, "cullface": "down" },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#leaves", "tintindex": 1, "cullface": "up" },
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#leaves", "tintindex": 1, "cullface": "north" },
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#leaves", "tintindex": 1, "cullface": "south" },
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#leaves", "tintindex": 1, "cullface": "west" },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#leaves", "tintindex": 1, "cullface": "east" }
}
}
]
Expand Down

0 comments on commit ed57933

Please sign in to comment.