[Feature] Build for 1.20
This commit is contained in:
parent
2e5cfb9994
commit
ff17a9ad3c
3 changed files with 9 additions and 12 deletions
15
.github/ISSUE_TEMPLATE/BUG_REPORT.yml
vendored
15
.github/ISSUE_TEMPLATE/BUG_REPORT.yml
vendored
|
@ -25,7 +25,7 @@ body:
|
|||
attributes:
|
||||
label: BetterEnd
|
||||
description: What version of BetterEnd are you running?
|
||||
placeholder: 2.0.x
|
||||
placeholder: 4.0.x
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
|
@ -33,7 +33,7 @@ body:
|
|||
attributes:
|
||||
label: BCLib
|
||||
description: What version of BCLib are you running?
|
||||
placeholder: 2.0.x
|
||||
placeholder: 3.0.x
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
|
@ -41,7 +41,7 @@ body:
|
|||
attributes:
|
||||
label: Fabric API
|
||||
description: What version of Fabric API is installed
|
||||
placeholder: 0.5x.x
|
||||
placeholder: 0.8x.x
|
||||
validations:
|
||||
required: false
|
||||
- type: input
|
||||
|
@ -58,13 +58,10 @@ body:
|
|||
label: Minecraft
|
||||
description: What version of Minecraft is installed?
|
||||
options:
|
||||
- 1.19.3
|
||||
- 1.20
|
||||
- 1.19.4
|
||||
- 1.19.3 [unsupported]
|
||||
- 1.19.2
|
||||
- 1.19.1
|
||||
- 1.19
|
||||
- 1.18.2
|
||||
- 1.18.1
|
||||
- 1.18
|
||||
- Older
|
||||
validations:
|
||||
required: true
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
org.gradle.jvmargs=-Xmx2G
|
||||
# Fabric Properties
|
||||
# check these on https://fabricmc.net/versions.html
|
||||
minecraft_version=1.20-pre7
|
||||
minecraft_version=1.20
|
||||
loader_version=0.14.21
|
||||
fabric_version=0.83.0+1.20
|
||||
#Loom
|
||||
|
@ -10,7 +10,7 @@ loom_version=1.0-SNAPSHOT
|
|||
#Modrinth
|
||||
modrinth_versions=["1.20"]
|
||||
#`release`, `beta` or `alpha`
|
||||
release_channel=beta
|
||||
release_channel=alpha
|
||||
modrinth_id=betterend
|
||||
# Mod Properties
|
||||
mod_version=4.0.0
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
"fabricloader": ">=0.14.21",
|
||||
"fabric": ">=0.83.0",
|
||||
"minecraft": [
|
||||
"1.20-beta.7"
|
||||
"1.20"
|
||||
],
|
||||
"bclib": "3.0.x"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue