Port to 1.20.6 (#494)

* Begin port to 1.20.6

* Port to 1.20.6

* decrease diff

* Fix Creative Tab Ordering

* add test for creative tab ordering

* change up test

* add github actions build for 1.20.6

* fix some outdated things in the github actions

* use the mod bus instead of the neoforge bus when registering menu screens

* update versions in `build.gradle`

* change to 20.6.70-beta

* require 20.6.70

* this doesn't need fabric

Signed-off-by: shedaniel <daniel@shedaniel.me>

---------

Signed-off-by: shedaniel <daniel@shedaniel.me>
Co-authored-by: shedaniel <daniel@shedaniel.me>
This commit is contained in:
Jab125
2024-05-18 22:29:27 +10:00
committed by GitHub
parent 26bf197197
commit ba78f466ea
15 changed files with 97 additions and 24 deletions

View File

@@ -1,4 +1,4 @@
name: Build PR snapshot (1.19)
name: Build PR snapshot (1.20.6)
on:
pull_request:
@@ -7,7 +7,7 @@ on:
- '**.properties'
- '**/src/**'
branches:
- "1.20.4"
- "1.20.6"
types: [ opened, synchronize, reopened ]
jobs:
validate-gradle:
@@ -25,10 +25,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up JDK 17
- name: Set up JDK 21
uses: actions/setup-java@v2
with:
java-version: 17
java-version: 21
distribution: 'temurin'
- name: Setup Gradle and verify license using Licenser
@@ -44,10 +44,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up JDK 17
- name: Set up JDK 21
uses: actions/setup-java@v2
with:
java-version: 17
java-version: 21
distribution: 'temurin'
- name: Setup and Build with Gradle

View File

@@ -1,4 +1,4 @@
name: Build and Release (1.19)
name: Build and Release (1.20.6)
on:
push:
@@ -8,7 +8,7 @@ on:
- '**/src/**'
- '.github/**'
branches:
- "1.20.5"
- "1.20.6"
workflow_dispatch:
inputs:
norelease: