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 a3bd46a commit 984068c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [0.4.4] - 2024-03-10

### Fixed

- Unlock Registrate version range

## [0.4.3] - 2023-11-25

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,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=0.4.3
mod_version=0.4.4
mod_id=tomeofblood
mod_authors=mystchonky
mod_group_id=com.mystchonky.tomeofblood
mc_version=1.20.1
neoforge_version=47.1.64
#
registrate_version=MC1.20-1.3.3
registrate_version_range=[MC1.20-1.3.3,)
jei_version=15.2.0.25
curio_version=5.3.4+1.20.1
patchouli_version=81-FORGE
Expand Down

0 comments on commit 984068c

Please sign in to comment.