Skip to content

Commit

Permalink
Updated to 1.20.2 MC version
Browse files Browse the repository at this point in the history
  • Loading branch information
Max094Reikeb committed Feb 9, 2024
1 parent 26cf821 commit 63f8462
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ body:
label: |
Mod Version
options:
- "1.5.3"
- "1.6"
validations:
required: true
- type: dropdown
Expand All @@ -55,7 +55,7 @@ body:
label: |
Minecraft Version
options:
- "1.20.1"
- "1.20.2"
validations:
required: true
- type: dropdown
Expand All @@ -64,7 +64,7 @@ body:
label: |
Fabric Loader Version
options:
- "0.14.21"
- "0.15.6"
validations:
required: true
- type: dropdown
Expand All @@ -73,7 +73,7 @@ body:
label: |
Fabric API Version
options:
- "0.85.0"
- "0.91.6"
validations:
required: true
- type: textarea
Expand Down
14 changes: 7 additions & 7 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ org.gradle.jvmargs=-Xmx1G

# Fabric Properties
# check these on https://modmuss50.me/fabric.html
minecraft_version=1.20.1
yarn_mappings=1.20.1+build.9
loader_version=0.14.21
minecraft_version=1.20.2
yarn_mappings=1.20.2+build.4
loader_version=0.15.6

# Mod Properties
mod_version=1.5.3-release
maven_group=net.reikeb.notenoughgamerules
archives_base_name=NEG-FABRIC-1.20.1
mod_version=1.6-release
maven_group=com.mmodding.notenoughgamerules
archives_base_name=NEG-FABRIC-1.20.2

# Dependencies
# check this on https://modmuss50.me/fabric.html
fabric_version=0.85.0+1.20.1
fabric_version=0.91.6+1.20.2
4 changes: 2 additions & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
],
"accessWidener" : "not_enough_gamerules.accesswidener",
"depends": {
"fabricloader": ">=0.14.21",
"fabricloader": ">=0.15.6",
"fabric": "*",
"minecraft": "1.20.1"
"minecraft": "1.20.2"
}
}

0 comments on commit 63f8462

Please sign in to comment.