diff --git a/.github/versions.json b/.github/versions.json index be3a106d0..f76854e76 100644 --- a/.github/versions.json +++ b/.github/versions.json @@ -1,7 +1,7 @@ { - "1.19.2": "1.5.7", - "1.19.1": "1.5.7", - "1.19": "1.5.7", + "1.19.2": "1.5.8", + "1.19.1": "1.5.8", + "1.19": "1.5.8", "1.18.2": "1.4.5", "1.18.1": "1.2.5", "1.18": "1.2.5" diff --git a/CHANGELOG.md b/CHANGELOG.md index 44601350a..3dcf7897d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## mc1.19.2-1.5.8, August 28, 2022 + +- Fixed the critical crash related to the bees and mooblooms from the previous release + ## mc1.19.2-1.5.7, August 28, 2022 - Mooblooms will now correctly randomly choose between pollinating moobloom or flower diff --git a/common/src/main/resources/friendsandfoes.accesswidener b/common/src/main/resources/friendsandfoes.accesswidener index b75569c61..682354d3f 100644 --- a/common/src/main/resources/friendsandfoes.accesswidener +++ b/common/src/main/resources/friendsandfoes.accesswidener @@ -16,4 +16,5 @@ accessible field net/minecraft/block/entity/BlockEntityType blocks Ljava/util/Se mutable field net/minecraft/block/entity/BlockEntityType blocks Ljava/util/Set; accessible method net/minecraft/world/poi/PointOfInterestTypes getStatesOfBlock (Lnet/minecraft/block/Block;)Ljava/util/Set; accessible field net/minecraft/entity/passive/BeeEntity pollinateGoal Lnet/minecraft/entity/passive/BeeEntity$PollinateGoal; +accessible class net/minecraft/entity/passive/BeeEntity$PollinateGoal accessible method net/minecraft/entity/passive/BeeEntity$PollinateGoal isRunning ()Z \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 54047df1c..eb69afff2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ org.gradle.configureondemand=false # Mod mod_name=Friends&Foes mod_id=friendsandfoes -mod_version=1.5.7 +mod_version=1.5.8 mod_author=Faboslav mod_description=Adds all eliminated mobs from the minecraft mob votes along with the forgotten mobs like the Illusioner. maven_group=com.faboslav.friendsandfoes