Skip to content

Commit

Permalink
unlock registrate version range
Browse files Browse the repository at this point in the history
  • Loading branch information
dphaldes committed Mar 10, 2024
1 parent d574c2e commit ea007f7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
# Changelog

## [1.2.2] - 2024-03-10

### Fixed

- Unlock Registrate version range

## [1.2.1] - 2024-01-24

## Fixed
### Fixed

- Fixed a bug in filter button not working in Transporter Spirit GUI (and Janitor).


## [1.2.0] - 2024-01-24

### Changed
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ dependencies {

// Registrate
implementation fg.deobf("com.tterrag.registrate:Registrate:${registrate_version}")
jarJar(group: 'com.tterrag.registrate', name: 'Registrate', version: "[${registrate_version}]")
jarJar(group: 'com.tterrag.registrate', name: 'Registrate', version: "${registrate_version_range}")

compileOnly fg.deobf("mezz.jei:jei-${mc_version}-common-api:${jei_version}")
compileOnly fg.deobf("mezz.jei:jei-${mc_version}-forge-api:${jei_version}")
Expand Down
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@
org.gradle.jvmargs=-Xmx4G
org.gradle.daemon=false
#
mod_version=1.2.1
mod_version=1.2.2
mod_id=ars_ocultas
mod_authors=mystchonky
mod_group_id=com.mystchonky.ars_ocultas
mc_version=1.20.1
forge_version=47.1.70
#
registrate_version=MC1.20-1.3.3
registrate_version_range=[MC1.20-1.3.3,)
jei_version=15.2.0.25
curio_version=5.2.0-beta.3+1.20.1
patchouli_version=81-FORGE
Expand Down

0 comments on commit ea007f7

Please sign in to comment.