Skip to content

Commit

Permalink
fix dumb registration bug
Browse files Browse the repository at this point in the history
  • Loading branch information
btwonion committed Dec 20, 2023
1 parent 9e04ec8 commit 423aad2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions changelogs/fabric-2.3.4-1.20.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# v2.3.4-1.20.4
- fixes enchantment registration
2 changes: 1 addition & 1 deletion telekinesis-fabric/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ plugins {
}

group = "dev.nyon"
val majorVersion = "2.3.3"
val majorVersion = "2.3.4"
val mcVersion = "1.20.4"
val supportedMcVersions = listOf("1.20.3", "1.20.4")
version = "$majorVersion-1.20.4"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"CatalystBlockAccessor",
"ChestBoatMixin",
"DropExperienceBlockAccessor",
"EnchantmentsMixin",
"EnderManMixin",
"FishingHookMixin",
"InventoryMixin",
Expand Down

0 comments on commit 423aad2

Please sign in to comment.