Skip to content

Commit

Permalink
✅ v2.9.1 -> v2.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
1024-byteeeee committed Nov 6, 2023
1 parent 819020d commit 0c506f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ loader_version = 0.14.14
# Mod Properties
mod_id = carpet-ams-addition
mod_name = Carpet AMS Addition
mod_version = 2.9.1
mod_version = 2.9.2
maven_group = carpetamsaddition
archives_base_name = Carpet-AMS-Addition

Expand Down
4 changes: 3 additions & 1 deletion src/main/resources/amscarpet.mixins.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
"compatibilityLevel": "JAVA_8",
"mixins": [
"carpet.SettingsManagerMixin",
"rule.amsUpdateSuppressionCrashFix.MinecraftServerMixin",
"rule.amsUpdateSuppressionCrashFix.WorldMixin",
"rule.antiFireTotem_itemAntiExplosion.ItemEntityMixin",
"rule.anvilInteractionDisabled.AnvilBlockMixin",
"rule.bambooCollisionBoxDisabled.BambooBlockMixin",
Expand All @@ -20,7 +22,7 @@
"rule.creativeShulkerBoxDropsDisabled.ShulkerBoxBlockMixin",
"rule.easyWitherSkeletonSkullDrop.WitherSkeletonEntityMixin",
"rule.enderManTeleportRandomlyDisabled.EndermanEntityMixin",
"rule.extinguishedCampfire_campfireSmokeParticleDisabled.GetPlacementStateMixin",
"rule.extinguishedCampfire_campfireSmokeParticleDisabled.CampfireBlockMixin",
"rule.fakePeace.AbstractBlockStateMixin",
"rule.fasterMovement.PlayerEntityMixin",
"rule.infiniteTrades.MerchantEntityMixin",
Expand Down

0 comments on commit 0c506f1

Please sign in to comment.