diff --git a/build.gradle b/build.gradle index 3a7233c47..39fdbeb94 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ apply plugin: 'org.spongepowered.mixin' apply plugin: 'org.parchmentmc.librarian.forgegradle' apply plugin: 'maven-publish' -version = '1.0.6' +version = '1.0.7' group = 'io.redspace.ironsspellbooks' archivesBaseName = 'irons_spellbooks' diff --git a/src/main/resources/data/irons_spellbooks/structures/evoker_fort/halves/tree.nbt b/src/main/resources/data/irons_spellbooks/structures/evoker_fort/halves/tree.nbt index b4936eecd..187f1d054 100644 Binary files a/src/main/resources/data/irons_spellbooks/structures/evoker_fort/halves/tree.nbt and b/src/main/resources/data/irons_spellbooks/structures/evoker_fort/halves/tree.nbt differ diff --git a/src/main/resources/data/irons_spellbooks/worldgen/template_pool/evoker_fort/villager_spawn_pool.json b/src/main/resources/data/irons_spellbooks/worldgen/template_pool/evoker_fort/villager_spawn_pool.json index 5d9168bd7..71eddc7b8 100644 --- a/src/main/resources/data/irons_spellbooks/worldgen/template_pool/evoker_fort/villager_spawn_pool.json +++ b/src/main/resources/data/irons_spellbooks/worldgen/template_pool/evoker_fort/villager_spawn_pool.json @@ -3,7 +3,7 @@ "fallback": "irons_spellbooks:catacombs_fallback_pool", "elements": [ { - "weight": 2, + "weight": 5, "element": { "location": "irons_spellbooks:evoker_fort/villager_spawns/villager_normal", "processors": "irons_spellbooks:evoker_fort_randomizer",