mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Little touch
This commit is contained in:
parent
d0a7f6282c
commit
a580edc78f
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@ public class VillagerEntity extends AbstractMerchantEntity {
|
||||||
public static Int2IntMap VILLAGER_VARIANTS = new Int2IntOpenHashMap();
|
public static Int2IntMap VILLAGER_VARIANTS = new Int2IntOpenHashMap();
|
||||||
|
|
||||||
static {
|
static {
|
||||||
|
// Java villager profession IDs -> Bedrock
|
||||||
|
VILLAGER_VARIANTS.put(0, 0);
|
||||||
VILLAGER_VARIANTS.put(1, 8);
|
VILLAGER_VARIANTS.put(1, 8);
|
||||||
VILLAGER_VARIANTS.put(2, 11);
|
VILLAGER_VARIANTS.put(2, 11);
|
||||||
VILLAGER_VARIANTS.put(3, 6);
|
VILLAGER_VARIANTS.put(3, 6);
|
||||||
|
|
Loading…
Reference in a new issue