Skip to content

Commit

Permalink
Increased version
Browse files Browse the repository at this point in the history
  • Loading branch information
Buuz135 committed Nov 18, 2023
1 parent 8c76332 commit 019c240
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
* Renamed Controller Extension to Controller Access Point
* Added a way to increase the Controller range by using upgrades
* Fixed Amethyst compacting recipe, closes #230
* Added JEI compat for Custom Compacting Recipes

# VERSION 1.2.5
* Fixed ice compacting, closes #223
Expand Down
18 changes: 6 additions & 12 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildscript {
apply plugin: 'net.minecraftforge.gradle'

group = 'com.buuz135'
version = '1.20.1-1.2.5'
version = '1.20.1-1.2.6'

java {
archivesBaseName = 'functionalstorage'
Expand Down Expand Up @@ -92,20 +92,14 @@ repositories {

dependencies {

minecraft 'net.minecraftforge:forge:1.20.1-47.0.19'
minecraft 'net.minecraftforge:forge:1.20.1-47.1.1'
implementation fg.deobf(project.dependencies.create('com.hrznstudio:titanium:1.20.1-3.8.1-9'))
compileOnly fg.deobf("mezz.jei:jei-1.20.1-common-api:15.1.0.19")
compileOnly fg.deobf("mezz.jei:jei-1.20.1-forge-api:15.1.0.19")
compileOnly fg.deobf("mezz.jei:jei-1.20.1-common-api:15.2.0.20")
compileOnly fg.deobf("mezz.jei:jei-1.20.1-forge-api:15.2.0.20")
// at runtime, use the full JEI jar for Forge
runtimeOnly fg.deobf("mezz.jei:jei-1.20.1-forge:15.1.0.19")
runtimeOnly fg.deobf("mezz.jei:jei-1.20.1-forge:15.2.0.20")
implementation fg.deobf("curse.maven:the-one-probe-245211:4613250")
//-runtimeOnly fg.deobf("curse.maven:refined-storage-243076:3712882")
//-implementation fg.deobf("curse.maven:the-one-probe-245211:3671753")
//implementation fg.deobf("curse.maven:allthecompressed-514045:3723881")
//runtimeOnly fg.deobf("curse.maven:create-328085:3600402")
//runtimeOnly fg.deobf("curse.maven:flywheel-486392:3600401")
//-implementation fg.deobf("curse.maven:mekanism-268560:3810540")
//-runtimeOnly fg.deobf("curse.maven:refined-pipes-370696:3816785")
implementation fg.deobf("curse.maven:mekanism-268560:4866575")
annotationProcessor "org.spongepowered:mixin:0.8.5:processor"
}

Expand Down

0 comments on commit 019c240

Please sign in to comment.