mirror of
https://github.com/architectury/architectury-api.git
synced 2026-03-28 03:56:59 -05:00
* Big clean up, more details in the PR * Fix build * Deprecate BlockProperties, generate AWs for Item constructors, Block constructors and RenderStateShard fields * Add a few more RenderType AWs * Deprecate BlockPropertiesExtension * Set defaultType on resolving the entity type in SpawnEggItem * Used the wrong object * Add license information for generating AWs * Add link to original PR * Properly add support for forge vanilla registries * Bump to 4.1
21 lines
374 B
INI
21 lines
374 B
INI
org.gradle.jvmargs=-Xmx6G
|
|
org.gradle.daemon=false
|
|
|
|
forgeEnabled=true
|
|
|
|
minecraft_version=1.18.2
|
|
supported_version=1.18.2
|
|
|
|
cf_type=release
|
|
|
|
archives_base_name=architectury
|
|
archives_base_name_snapshot=architectury-snapshot
|
|
base_version=4.1
|
|
maven_group=dev.architectury
|
|
|
|
fabric_loader_version=0.13.2
|
|
fabric_api_version=0.47.8+1.18.2
|
|
mod_menu_version=3.0.0
|
|
|
|
forge_version=40.0.1
|