mirror of
https://github.com/ViaVersion/ViaBackwards.git
synced 2024-12-17 16:08:00 +01:00
✨ Fix paintings
This commit is contained in:
parent
68aae77877
commit
6c49c0b2d3
@ -7,32 +7,32 @@ public class PaintingMapping {
|
|||||||
private static Map<Integer, String> paintings = new HashMap<>();
|
private static Map<Integer, String> paintings = new HashMap<>();
|
||||||
|
|
||||||
public static void init() {
|
public static void init() {
|
||||||
add("kebab");
|
add("Kebab");
|
||||||
add("aztec");
|
add("Aztec");
|
||||||
add("alban");
|
add("Alban");
|
||||||
add("aztec2");
|
add("Aztec2");
|
||||||
add("bomb");
|
add("Bomb");
|
||||||
add("plant");
|
add("Plant");
|
||||||
add("wasteland");
|
add("Wasteland");
|
||||||
add("pool");
|
add("Pool");
|
||||||
add("courbet");
|
add("Courbet");
|
||||||
add("sea");
|
add("Sea");
|
||||||
add("sunset");
|
add("Sunset");
|
||||||
add("creebet");
|
add("Creebet");
|
||||||
add("wanderer");
|
add("Wanderer");
|
||||||
add("graham");
|
add("Graham");
|
||||||
add("match");
|
add("Match");
|
||||||
add("bust");
|
add("Bust");
|
||||||
add("stage");
|
add("Stage");
|
||||||
add("void");
|
add("Void");
|
||||||
add("skullandroses");
|
add("SkullAndRoses");
|
||||||
add("wither");
|
add("Wither");
|
||||||
add("fighters");
|
add("Fighters");
|
||||||
add("pointer");
|
add("Pointer");
|
||||||
add("pigscene");
|
add("Pigscene");
|
||||||
add("burningskull");
|
add("BurningSkull");
|
||||||
add("skeleton");
|
add("Skeleton");
|
||||||
add("donkeykong");
|
add("DonkeyKong");
|
||||||
}
|
}
|
||||||
|
|
||||||
private static void add(String motive) {
|
private static void add(String motive) {
|
||||||
|
Loading…
Reference in New Issue
Block a user