mirror of
https://github.com/GeyserMC/Geyser.git
synced 2025-12-29 03:39:22 +00:00
Little touch
This commit is contained in:
@@ -15,6 +15,8 @@ public class VillagerEntity extends AbstractMerchantEntity {
|
||||
public static Int2IntMap VILLAGER_VARIANTS = new Int2IntOpenHashMap();
|
||||
|
||||
static {
|
||||
// Java villager profession IDs -> Bedrock
|
||||
VILLAGER_VARIANTS.put(0, 0);
|
||||
VILLAGER_VARIANTS.put(1, 8);
|
||||
VILLAGER_VARIANTS.put(2, 11);
|
||||
VILLAGER_VARIANTS.put(3, 6);
|
||||
|
||||
Reference in New Issue
Block a user