Skip to content

Commit

Permalink
Set version 2.1.1 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmeow committed Jul 23, 2022
1 parent 2c2b779 commit 776287b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 2.1.1

- 1.19 Forge: Fix for Forge 41.0.94 and higher
- 1.16 Forge: Fixes a crash with hirschgeist-spawned wisps

# 2.1.0

**Architectury is now REQUIRED for Forge and Fabric versions of the mod.**
Expand Down
1 change: 1 addition & 0 deletions forge/src/main/resources/META-INF/accesstransformer.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ public net.minecraft.util.math.vector.Matrix4f field_226578_d_ # m03
public net.minecraft.util.math.vector.Matrix4f field_226582_h_ # m13
public net.minecraft.util.math.vector.Matrix4f field_226586_l_ # m23
public net.minecraft.world.server.ChunkManager field_219272_z # entities
public net.minecraft.world.server.ChunkManager$EntityTracker
public net.minecraft.world.server.ChunkManager$EntityTracker field_219406_f # trackingPlayers
public net.minecraft.pathfinding.PathNavigator field_179695_a # nodeProcessor
public net.minecraft.client.particle.ParticleManager$IParticleMetaFactory
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Mod Attributes
mod_version = 2.1.0
mod_version = 2.1.1
mod_id = whisperwoods
maven_group = dev.itsmeow.whisperwoods

# Forge
mc_version = 1.16.5
forge_version = 36.2.34
architectury_version = 1.26.42
architectury_version = 1.32.66
fabric_loader_version = 0.13.3
fabric_api_version = 0.42.0+1.16
imdlib_version = 1.16.5-c7c390dbe32a1a267570279d14d6172532f05297
Expand Down

0 comments on commit 776287b

Please sign in to comment.