Files
architectury-api/gradle.properties
Mitchell Skaggs 2169738b58 Fix LVTs (#167)
* Fix ServerGamePacketListenerImpl

Closes #165, closes #166

* Fix MixinGameRenderer by giving it an explicit ordering

The Fabric API mixin uses the default priority of 1000, so we use 1100 priority to apply before it. This results in this bytecode structure, where "F" is the Fabric API injections, "A" is the Architectury API injections, and "M" is the Minecraft function being injected pre/post: `FAMAF`.

* Fix MixinPhantomSpawner captures

* Fix MixinPatrolSpawner captures

* Fix MixinChunkSerializer captures
2021-12-27 16:42:36 +08:00

20 lines
390 B
INI

org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false
minecraft_version=1.17.1
supported_version=1.17.1
crane_version=1.17.1+build.1
cf_type=release
archives_base_name=architectury
archives_base_name_snapshot=architectury-snapshot
base_version=2.8
maven_group=dev.architectury
fabric_loader_version=0.12.8
fabric_api_version=0.45.0+1.17
mod_menu_version=2.0.0-beta.7
forge_version=37.0.69