Skip to content

Commit

Permalink
Update mod to Forge 1.18.1-39.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cech12 committed Dec 16, 2021
1 parent 2417992 commit e845f8c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Forge Recommended Versioning](https://mcforge.readthedocs.io/en/latest/conventions/versioning/).

## [1.18.1-1.1.0.0] - ????-??-??
### Changed
- Update mod to Forge 1.18.1-39.0.0

## [1.18-1.0.2.0] - 2021-12-10
### Changed
- Update mod to Forge 1.18-38.0.17 (fix Log4J security issue)
Expand Down
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false

mod_id=solarcooker
mod_version=1.0.2.0
minecraft_version=1.18
forge_version=38.0.17
mod_version=1.1.0.0
minecraft_version=1.18.1
forge_version=39.0.0

# jei
jei_version=1.18:9.0.0.40
jei_version=1.18.1:9.0.0.41

#Curseforge
curseforge_id=436874
curseforge_release=release
curseforge_versions=1.18
curseforge_versions=1.18.1
8 changes: 4 additions & 4 deletions src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
modLoader="javafml"
loaderVersion="[38,)"
loaderVersion="[39,)"
issueTrackerURL="https://github.com/cech12/BrickShears/issues"
license="The MIT License (MIT)"
[[mods]]
Expand All @@ -15,18 +15,18 @@ license="The MIT License (MIT)"
[[dependencies.solarcooker]]
modId="forge"
mandatory=true
versionRange="[38.0.17,)"
versionRange="[39.0.0,)"
ordering="NONE"
side="BOTH"
[[dependencies.solarcooker]]
modId="minecraft"
mandatory=true
versionRange="[1.18,)"
versionRange="[1.18.1,)"
ordering="NONE"
side="BOTH"
[[dependencies.solarcooker]]
modId="jei"
mandatory=false
versionRange="[9.0.0.40,)"
versionRange="[9.0.0.41,)"
ordering="NONE"
side="BOTH"

0 comments on commit e845f8c

Please sign in to comment.