Skip to content
This repository has been archived by the owner on Aug 28, 2021. It is now read-only.

Commit

Permalink
revert changes
Browse files Browse the repository at this point in the history
java seems to not recognize itself will look into considering 1.16.5 generator works just fine
  • Loading branch information
Fisheiyy committed Apr 23, 2021
1 parent 2bf686e commit 6e9a44e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions forge-1.14.4/workspacebase/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ version = '1.0'
group = 'com.yourname.modid'
archivesBaseName = 'modid'

java.toolchain.languageVersion = JavaLanguageVersion.of(8)
sourceCompatibility = targetCompatibility = compileJava.sourceCompatibility = compileJava.targetCompatibility = '1.8'

minecraft {
mappings channel: 'snapshot', version: '20200119-1.14.4'
mappings channel: 'snapshot', version: '20190719-1.14.3'

runs {
client {
Expand Down
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "generator-1.14.4",
"minversion": 202000400000,
"minversion": 202100400000,
"info": {
"name": "Minecraft Forge 1.14.4 generator"
}
Expand Down

0 comments on commit 6e9a44e

Please sign in to comment.