diff --git a/common/src/main/resources/assets/toughasnails/lang/en_us.json b/common/src/main/resources/assets/toughasnails/lang/en_us.json index 55a43ca8..e479902f 100644 --- a/common/src/main/resources/assets/toughasnails/lang/en_us.json +++ b/common/src/main/resources/assets/toughasnails/lang/en_us.json @@ -91,5 +91,7 @@ "item.minecraft.splash_potion.effect.ice_resistance": "Splash Potion of Ice Resistance", "item.minecraft.splash_potion.effect.long_ice_resistance": "Splash Potion of Ice Resistance", "item.minecraft.tipped_arrow.effect.ice_resistance": "Arrow of Ice Resistance", - "item.minecraft.tipped_arrow.effect.long_ice_resistance": "Arrow of Ice Resistance" + "item.minecraft.tipped_arrow.effect.long_ice_resistance": "Arrow of Ice Resistance", + + "entity.minecraft.villager.toughasnails.climatologist": "Climatologist" } diff --git a/common/src/main/resources/assets/toughasnails/textures/entity/villager/profession/climatologist.png b/common/src/main/resources/assets/toughasnails/textures/entity/villager/profession/climatologist.png new file mode 100644 index 00000000..87551858 Binary files /dev/null and b/common/src/main/resources/assets/toughasnails/textures/entity/villager/profession/climatologist.png differ diff --git a/common/src/main/resources/data/toughasnails/structures/village/desert/houses/desert_climatologist_1.nbt b/common/src/main/resources/data/toughasnails/structures/village/desert/houses/desert_climatologist_1.nbt new file mode 100644 index 00000000..29d174fa Binary files /dev/null and b/common/src/main/resources/data/toughasnails/structures/village/desert/houses/desert_climatologist_1.nbt differ diff --git a/common/src/main/resources/data/toughasnails/structures/village/plains/houses/plains_climatologist_1.nbt b/common/src/main/resources/data/toughasnails/structures/village/plains/houses/plains_climatologist_1.nbt new file mode 100644 index 00000000..0f15196b Binary files /dev/null and b/common/src/main/resources/data/toughasnails/structures/village/plains/houses/plains_climatologist_1.nbt differ diff --git a/common/src/main/resources/data/toughasnails/structures/village/savanna/houses/savanna_climatologist_1.nbt b/common/src/main/resources/data/toughasnails/structures/village/savanna/houses/savanna_climatologist_1.nbt new file mode 100644 index 00000000..d6ecec90 Binary files /dev/null and b/common/src/main/resources/data/toughasnails/structures/village/savanna/houses/savanna_climatologist_1.nbt differ diff --git a/common/src/main/resources/data/toughasnails/structures/village/snowy/houses/snowy_climatologist_1.nbt b/common/src/main/resources/data/toughasnails/structures/village/snowy/houses/snowy_climatologist_1.nbt new file mode 100644 index 00000000..61466e95 Binary files /dev/null and b/common/src/main/resources/data/toughasnails/structures/village/snowy/houses/snowy_climatologist_1.nbt differ diff --git a/common/src/main/resources/data/toughasnails/structures/village/taiga/houses/taiga_climatologist_1.nbt b/common/src/main/resources/data/toughasnails/structures/village/taiga/houses/taiga_climatologist_1.nbt new file mode 100644 index 00000000..eb071902 Binary files /dev/null and b/common/src/main/resources/data/toughasnails/structures/village/taiga/houses/taiga_climatologist_1.nbt differ