Commit 7cadbb9 1 parent f4aead8 commit 7cadbb9 Copy full SHA for 7cadbb9
File tree 2 files changed +2
-1
lines changed
java/net/potionstudios/biomeswevegone/world/entity/npc
resources/assets/biomeswevegone/textures/entity/villager/type
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 11
11
public class BWGVillagerTypes {
12
12
13
13
public static final Supplier <VillagerType > SKYRIS = register ("skyris" );
14
+ public static final Supplier <VillagerType > SALEM = register ("salem" );
14
15
15
16
public static void setVillagerBWGBiomes () {
16
17
VillagerType .BY_BIOME .put (BWGBiomes .MOJAVE_DESERT , VillagerType .DESERT );
17
18
VillagerType .BY_BIOME .put (BWGBiomes .WINDSWEPT_DESERT , VillagerType .DESERT );
18
19
VillagerType .BY_BIOME .put (BWGBiomes .TROPICAL_RAINFOREST , VillagerType .JUNGLE );
19
- VillagerType .BY_BIOME .put (BWGBiomes .WEEPING_WITCH_FOREST , VillagerType .TAIGA );
20
20
VillagerType .BY_BIOME .put (BWGBiomes .SKYRIS_VALE , SKYRIS .get ());
21
+ VillagerType .BY_BIOME .put (BWGBiomes .WEEPING_WITCH_FOREST , SALEM .get ());
21
22
}
22
23
23
24
private static Supplier <VillagerType > register (String key ) {
You can’t perform that action at this time.
0 commit comments