Skip to content

Commit

Permalink
Update changelog, set version 2.0.1, add missing AT for serializable
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmeow committed May 24, 2021
1 parent d7de363 commit f7b5c2b
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 3 deletions.
22 changes: 22 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Mod Attributes
mod_version = 2.0.0
mod_version = 2.0.1
mod_id = whisperwoods
maven_group = dev.itsmeow.whisperwoods

Expand All @@ -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
Expand Down
3 changes: 2 additions & 1 deletion src/main/resources/META-INF/accesstransformer.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
public-f net.minecraft.entity.EntityType field_200733_aL # serializable
public net.minecraft.world.biome.Biome field_201880_ax # spawns

0 comments on commit f7b5c2b

Please sign in to comment.