3
0
Mirror von https://github.com/ViaVersion/ViaBackwards.git synchronisiert 2024-10-05 01:41:05 +02:00

Fix paintings

Dieser Commit ist enthalten in:
Matsv 2019-03-16 16:43:46 +01:00
Ursprung 68aae77877
Commit 6c49c0b2d3

Datei anzeigen

@ -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) {