Skip to content

Commit

Permalink
Merge pull request #56 from GrowthcraftCE/development
Browse files Browse the repository at this point in the history
Release for Growthcraft 9.1.1
  • Loading branch information
Alatyami authored Oct 23, 2023
2 parents 83b55ea + 35244c5 commit c3658ca
Show file tree
Hide file tree
Showing 56 changed files with 461 additions and 1,210 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ run
forge*changelog.txt
/.local/
/src/generated/resources/.cache/
/run-data/
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Growthcraft 9 for Minecraft 1.20.1 (Forge)

[![Growthcraft Version](https://img.shields.io/badge/Growthcraft-9.1.0-orange.svg)](https://github.com/GrowthcraftCE/Growthcraft-1.20)
[![Growthcraft Version](https://img.shields.io/badge/Growthcraft-9.1.1-orange.svg)](https://github.com/GrowthcraftCE/Growthcraft-1.20)
[![](http://cf.way2muchnoise.eu/versions/growthcraft-community-edition_latest.svg)](https://minecraft.curseforge.com/projects/growthcraft-community-edition/)
[![](http://cf.way2muchnoise.eu/short_growthcraft-community-edition.svg)](https://minecraft.curseforge.com/projects/growthcraft-community-edition/)
[![Forge Version](https://img.shields.io/badge/Minecraft%20Forge-47.2.0-yellow.svg)](http://files.minecraftforge.net/maven/net/minecraftforge/forge/index_1.20.1.html)
Expand All @@ -23,7 +23,7 @@ to our GitHub wiki documentation. As of version 9 we have included an in-game ma

End of Support: TBD
Latest Version: 9.0.7
Stable Version: 9.1.0
Stable Version: 9.1.1

### Growthcraft 8 (Minecraft 1.19.4)

Expand Down
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,17 @@ repositories {
dependencies {
minecraft "net.minecraftforge:forge:${minecraft_version}-${forge_version}"

// JEI is required for custom recipe lookup.
compileOnly(fg.deobf("mezz.jei:jei-${minecraft_version}-common-api:${jei_version}"))
compileOnly(fg.deobf("mezz.jei:jei-${minecraft_version}-forge-api:${jei_version}"))

// Runtime mods for testing
runtimeOnly fg.deobf("curse.maven:theoneprobe-${curseforge_theoneprobe}")
runtimeOnly fg.deobf("curse.maven:jei-${curseforge_jei}")
runtimeOnly fg.deobf("curse.maven:patchouli-${curseforge_patchouli}")
runtimeOnly fg.deobf("curse.maven:appleskin-${curseforge_appleskin}")
runtimeOnly fg.deobf("curse.maven:mekanism-${curseforge_mekanism}")

}

// This block of code expands all declared replace properties in the specified resource targets.
Expand Down
6 changes: 5 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ mod_id=growthcraft
mod_archive_base=growthcraft
mod_name=Growthcraft
mod_license=GNU General Public License v3.0
mod_version=9.1.0
mod_version=9.1.1
mod_group_id=growthcraft
mod_authors=Alatyami
mod_description=Growthcraft is a realistic and immersive Forge mod that adds various new elements to the game of Minecraft.
Expand All @@ -45,3 +45,7 @@ curseforge_patchouli=306770:4636277
# AppleSkin https://www.curseforge.com/minecraft/mc-mods/appleskin/files
curseforge_appleskin=248787:4770828
# ------------------------------------------------
# Mekansim, for testing pipes
curseforge_mekanism=268560:4807067
# ------------------------------------------------

23 changes: 0 additions & 23 deletions run-data/config/appleskin-client.toml

This file was deleted.

25 changes: 0 additions & 25 deletions run-data/config/fml.toml

This file was deleted.

16 changes: 0 additions & 16 deletions run-data/config/growthcraft-apiary-server.toml

This file was deleted.

Empty file.
Empty file.
24 changes: 0 additions & 24 deletions run-data/config/growthcraft-cellar-server.toml

This file was deleted.

23 changes: 0 additions & 23 deletions run-data/config/growthcraft-milk-server.toml

This file was deleted.

Empty file.
16 changes: 0 additions & 16 deletions run-data/config/growthcraft-server.toml

This file was deleted.

141 changes: 0 additions & 141 deletions run-data/config/jei/jei-client.ini

This file was deleted.

8 changes: 0 additions & 8 deletions run-data/config/jei/jei-colors.ini

This file was deleted.

12 changes: 0 additions & 12 deletions run-data/config/jei/jei-debug.ini

This file was deleted.

11 changes: 0 additions & 11 deletions run-data/config/jei/jei-mod-id-format.ini

This file was deleted.

Loading

0 comments on commit c3658ca

Please sign in to comment.