Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-11-03 14:50:30 +01:00
Update BlockStorage
Dieser Commit ist enthalten in:
Ursprung
39419f4ca3
Commit
6f98e35dec
@ -17,24 +17,24 @@ public class BlockStorage extends StoredObject {
|
|||||||
|
|
||||||
static {
|
static {
|
||||||
// Flower pots
|
// Flower pots
|
||||||
whitelist.add(5247);
|
whitelist.add(5266);
|
||||||
|
|
||||||
// Add those red beds
|
// Add those red beds
|
||||||
for (int i = 0; i < 16; i++)
|
for (int i = 0; i < 16; i++)
|
||||||
whitelist.add(954 + i);
|
whitelist.add(972 + i);
|
||||||
|
|
||||||
// Add the white banners
|
// Add the white banners
|
||||||
for (int i = 0; i < 20; i++)
|
for (int i = 0; i < 20; i++)
|
||||||
whitelist.add(6836 + i);
|
whitelist.add(6854 + i);
|
||||||
|
|
||||||
// Add the white wall banners
|
// Add the white wall banners
|
||||||
for (int i = 0; i < 4; i++) {
|
for (int i = 0; i < 4; i++) {
|
||||||
whitelist.add(7092 + i);
|
whitelist.add(7110 + i);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Skeleton skulls
|
// Skeleton skulls
|
||||||
for (int i = 0; i < 5; i++)
|
for (int i = 0; i < 5; i++)
|
||||||
whitelist.add(5429 + i);
|
whitelist.add(5447 + i);
|
||||||
}
|
}
|
||||||
|
|
||||||
private Map<Position, ReplacementData> blocks = new ConcurrentHashMap<>();
|
private Map<Position, ReplacementData> blocks = new ConcurrentHashMap<>();
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren