mirror of
https://github.com/architectury/architectury-api.git
synced 2026-03-28 03:56:59 -05:00
* (Untested) fixes for the new Forge Fluid API * Migrate ArchitecturyFlowingFluid to FluidTypes * Add overlay textures, fix compile issues * Fix Supplier import * Add FluidState variant of get texture and color methods * Deprecate combined render properties getter in favour of separate stack- and state-aware getters * Add overlay texture override to SimpleArchitecturyFluidAttributes * Update common/src/main/java/dev/architectury/core/fluid/ArchitecturyFluidAttributes.java Co-authored-by: shedaniel <daniel@shedaniel.me> Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com> [norelease]
23 lines
422 B
INI
23 lines
422 B
INI
org.gradle.jvmargs=-Xmx6G
|
|
org.gradle.daemon=false
|
|
|
|
platforms=fabric,forge
|
|
|
|
minecraft_version=1.19
|
|
supported_version=1.19
|
|
|
|
artifact_type=release
|
|
|
|
archives_base_name=architectury
|
|
archives_base_name_snapshot=architectury-snapshot
|
|
base_version=5.6
|
|
maven_group=dev.architectury
|
|
|
|
fabric_loader_version=0.14.6
|
|
fabric_api_version=0.55.1+1.19
|
|
mod_menu_version=3.1.0
|
|
|
|
forge_version=41.0.30
|
|
|
|
curseforge_id=419699
|
|
modrinth_id=lhGA9TYQ |