mirror of
https://github.com/MinecraftForge/MinecraftForge
synced 2026-08-22 04:26:10 -04:00
26.1.2
This commit is contained in:
parent
5e421e8b8b
commit
77cb0c5c4e
3 changed files with 5 additions and 5 deletions
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
|
@ -2,7 +2,7 @@ name: Publish
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ '26.1.1' ]
|
||||
branches: [ '26.1.2' ]
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
MinecraftForge
|
||||
=============
|
||||
[][Download]
|
||||
[][Download] [][Discord] [][Patreon]
|
||||
|
||||
Forge is a free, open-source modding API all of your favourite mods use!
|
||||
|
|
|
|||
|
|
@ -5,11 +5,11 @@ org.gradle.daemon=false
|
|||
org.gradle.parallel=true
|
||||
|
||||
JAVA_VERSION=25
|
||||
MC_VERSION=26.1.1
|
||||
MC_VERSION=26.1.2
|
||||
MC_NEXT_VERSION=26.2
|
||||
MCP_VERSION=20260401.101545
|
||||
MCP_VERSION=20260409.101008
|
||||
MAPPING_CHANNEL=official
|
||||
MAPPING_VERSION=26.1.1
|
||||
MAPPING_VERSION=26.1.2
|
||||
|
||||
# Set to true before the first build of a new MC version, so we don't do compatibility checks
|
||||
CHECK_COMPATIBILITY=false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue