diff --git a/changelog.md b/changelog.md index 097d045..4a066bc 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,25 @@ +# 2.0.1 + +- Rewrite config system and changed field names to make more sense. YOU MUST DELETE YOUR CONFIG OR THINGS WILL BREAK +- Make configs reload live, in-game (from main menu only) +- Change wisp hostile chance config field from 1/x to a percentage +- Make hidebehinds retaliate when attacked while unable to attack back due to light +- Make hidebehinds invulnerable to your attacks when you are in the light / holding a torch +- Make hidebehinds despawn during the daytime +- Make it so you can now tame Better Animals Plus feral wolves by wearing a hirschgeist skull +- Fix "failed to set serializable" crash on newer Java versions +- Fix Zotzpyres not properly serializing types when used with other mods like CarryOn +- Fix hidebehinds not spawning naturally (please delete configs to fix) +- Fix hidebehinds suffocating in logs and trees +- Fixed configuration using last loaded biomes as defaults instead of the actual defaults +- Improved shader support with eye glow on hidebehind and zotzpyre (sometimes rendered completely black) +- 1.15: Fixed duplicate spawn entries when the world is reloaded +- 1.16: Fixed GlobalEntityTypeAttributes.put warnings on newer Forge versions +- 1.16: Fixed config loading issues +- 1.16: Fixed entities not spawning in modded biomes properly +- 1.16: Fixed not using actual Biome Dictionary for default spawn biome generation +- 1.16: Removed "spinning" bug fix (it was patched by Forge long enough ago, most should have it) + # 2.0.0 - Added Hirschgeist from Better Animals Plus (improved version) diff --git a/gradle.properties b/gradle.properties index dcfe7a1..e7de833 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # Mod Attributes - mod_version = 2.0.0 + mod_version = 2.0.1 mod_id = whisperwoods maven_group = dev.itsmeow.whisperwoods @@ -15,7 +15,7 @@ name = Whisperwoods url = https://github.com/itsmeow/whisperwoods curse_project_id = 349597 - curse_title = Whisperwoods 1.15.2-2.0.0 + curse_title = Whisperwoods 1.15.2-2.0.1 curse_versions = Java 8,Forge,Minecraft 1.15:1.15.2 # Misc diff --git a/src/main/resources/META-INF/accesstransformer.cfg b/src/main/resources/META-INF/accesstransformer.cfg index 4aef585..87b7a65 100644 --- a/src/main/resources/META-INF/accesstransformer.cfg +++ b/src/main/resources/META-INF/accesstransformer.cfg @@ -15,4 +15,5 @@ public net.minecraft.pathfinding.GroundPathNavigator func_179692_b(IIIIIILnet/mi public net.minecraft.pathfinding.PathNavigator field_179695_a # nodeProcessor public net.minecraft.entity.EntitySpawnPlacementRegistry func_209343_a(Lnet/minecraft/entity/EntityType;Lnet/minecraft/entity/EntitySpawnPlacementRegistry$PlacementType;Lnet/minecraft/world/gen/Heightmap$Type;Lnet/minecraft/entity/EntitySpawnPlacementRegistry$IPlacementPredicate;)V # register public net.minecraft.world.biome.Biome func_201866_a(Lnet/minecraft/entity/EntityClassification;Lnet/minecraft/world/biome/Biome$SpawnListEntry;)V # addSpawn -public-f net.minecraft.entity.EntityType field_200733_aL # serializable \ No newline at end of file +public-f net.minecraft.entity.EntityType field_200733_aL # serializable +public net.minecraft.world.biome.Biome field_201880_ax # spawns \ No newline at end of file