Skip to content

Commit

Permalink
Bump version to 1.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
MerchantPug committed Nov 18, 2024
1 parent 53ef73c commit 946e4f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
13 changes: 1 addition & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,2 @@
## Changes
- Added vanilla rendering mode.
- Accessible by turning off the automatically enabled resource pack on Fabric.
- Accessible by turning on the Barricade Rendering resource pack on NeoForge.

## Bugfixes
- Fixed fences connecting to directional and advanced barrier blocks.
- Fixed operator models not updating upon gamemode switch.
- Fixed operator models not switching when swapping to an advanced barrier.
- Fixed operator model swapping when updating to the offhand.
- Fixed directional barrier rendering.
- Fixed incompatibility with Axiom light block models.
- [NEOFORGE] Fixed advanced barrier always being visible.
- Fix NeoForge mixin crash.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package net.modgarden.barricade.gradle

object Versions {
const val MOD = "1.2.0"
const val MOD = "1.2.1"

const val MINECRAFT = "1.21.1"
const val PARCHMENT_MINECRAFT = "1.21"
Expand Down

0 comments on commit 946e4f5

Please sign in to comment.