mirror of
https://github.com/architectury/architectury-api.git
synced 2026-03-31 05:15:56 -05:00
* Created Chunk save and load event. Closes #89 * Fixed missing licence * Update common/src/main/java/me/shedaniel/architectury/event/events/ChunkEvent.java * Update common/src/main/java/me/shedaniel/architectury/event/events/ChunkEvent.java * Update common/src/main/java/me/shedaniel/architectury/event/events/ChunkEvent.java * Supply ServerLevel in ChunkEvent.LOAD, style cleanup Signed-off-by: shedaniel <daniel@shedaniel.me> * Add "Data" suffix to Chunk IO Events and mark level as nullable for load * Update common/src/main/java/me/shedaniel/architectury/event/events/ChunkEvent.java * Bump to 1.16 Co-authored-by: shedaniel <daniel@shedaniel.me> Co-authored-by: Max <maxh2709@gmail.com>
17 lines
338 B
INI
17 lines
338 B
INI
org.gradle.jvmargs=-Xmx3G
|
|
org.gradle.daemon=false
|
|
|
|
minecraft_version=1.16.5
|
|
supported_version=1.16.4/5
|
|
|
|
archives_base_name=architectury
|
|
archives_base_name_snapshot=architectury-snapshot
|
|
base_version=1.16
|
|
maven_group=me.shedaniel
|
|
|
|
fabric_loader_version=0.11.1
|
|
fabric_api_version=0.34.2+1.16
|
|
mod_menu_version=1.14.6+
|
|
|
|
forge_version=36.0.42
|