mirror of
https://github.com/architectury/architectury-api.git
synced 2026-03-28 03:56:59 -05:00
* 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>
29 lines
533 B
Properties
29 lines
533 B
Properties
org.gradle.jvmargs=-Xmx6G
|
|
org.gradle.daemon=false
|
|
|
|
platforms=fabric,neoforge
|
|
|
|
minecraft_version=1.20.6
|
|
supported_version=1.20.6
|
|
|
|
artifact_type=release
|
|
|
|
archives_base_name=architectury
|
|
archives_base_name_snapshot=architectury-snapshot
|
|
base_version=12.0
|
|
maven_group=dev.architectury
|
|
version_suffix=
|
|
|
|
fabric_loader_version=0.15.10
|
|
fabric_api_version=0.98.0+1.20.6
|
|
mod_menu_version=10.0.0-beta.1
|
|
|
|
forge_version=50.0.0
|
|
neoforge_version=20.6.70-beta
|
|
|
|
# Set to empty if not snapshots
|
|
neoforge_pr=
|
|
|
|
curseforge_id=419699
|
|
modrinth_id=lhGA9TYQ
|