fabric/gradle.properties

66 lines
2.3 KiB
Properties
Raw Normal View History

org.gradle.jvmargs=-Xmx2560M
org.gradle.parallel=true
fabric.loom.multiProjectOptimisation=true
2024-01-17 13:04:47 -05:00
version=0.94.1
2023-12-07 17:02:02 -05:00
minecraft_version=1.20.4
2023-10-11 11:56:02 -04:00
yarn_version=+build.1
2023-12-08 10:19:17 -05:00
loader_version=0.15.1
installer_version=0.11.1
2023-12-07 17:02:02 -05:00
prerelease=false
curseforge_minecraft_version=1.20.4
# Do not manually update, use the bumpversions task:
2024-01-15 08:54:42 -05:00
fabric-api-base-version=0.4.36
fabric-api-lookup-api-v1-version=1.6.47
fabric-biome-api-v1-version=13.0.16
fabric-block-api-v1-version=1.0.15
fabric-block-view-api-v2-version=1.0.4
fabric-blockrenderlayer-v1-version=1.1.46
fabric-command-api-v1-version=1.2.41
fabric-command-api-v2-version=2.2.20
fabric-commands-v0-version=0.2.58
2024-01-17 13:04:47 -05:00
fabric-containers-v0-version=0.1.85
2024-01-15 08:54:42 -05:00
fabric-content-registries-v0-version=5.0.10
fabric-crash-report-info-v1-version=0.2.23
Data Attachment API (#3476) * Data Attachment API * javadoc * Remove AttachmentSerializer & independent syncability and persistence - removed AttachmentSerializer in favor of codecs - renamed serializability to "persistence" - made persistence and syncability independent switches - reworked convenience registry methods to use Suppliers from the get-go * Move some serialization-related methods to impl - changed logger name * rename Attachment to AttachmentType * Added DefaultedAttachmentType and reworded Javadoc * add warning in getAttached * javadoc * fix defaulted API * Add unit tests * remove DefaultedAttachmentType, add helper methods bikeshedding inbound * add more unit tests * add testmod it works * stash syncing for a further PR * missed license header * address most reviews * more reviews * naming convention * fix tyop * fix invalid file name error * simplify API in the absence of sync It was established that the presence of a codec might be useful for other things than persistence, and while this seems to couple the two, the API can be changed later in a backward-compatible way if need be. * couple codec with persistence committing to the change I mentioned previously * little fixes * Fix mixins + requests - Copy attachments on entity copy,& with a customizable flag in the case of player respawn - Call relevant change-notifying methods when calling setAttached on BEs and chunks - Change persistence key - Fix mixin visibility * Write tests for entity copy * replace mixin by COPY_FROM event * missed license header * more advanced copy mechanics - attachments require an EntityCopyHandler to be copied across entities - a copy handler is automatically derived if there's a codec - updated javadoc for chunk and BE targets * Revert "more advanced copy mechanics" This reverts commit 3f53b554fbd1c64fd21c95c067d14d43b9b77063. * replaced complicated API by a stern warning - also handled cross-world entity teleportation * add gametest * fix compilation * flipped boolean * forgot some more bools to flip * requests * fix FMJ * fix BE mixin and add gametest * add client player entity copying * Use new mob conversion event --------- Co-authored-by: modmuss <modmuss50@gmail.com>
2024-01-19 06:14:33 -05:00
fabric-data-attachment-api-v1-version=1.0.0
2024-01-17 13:04:47 -05:00
fabric-data-generation-api-v1-version=13.1.21
2024-01-15 08:54:42 -05:00
fabric-dimensions-v1-version=2.1.61
fabric-entity-events-v1-version=1.6.0
fabric-events-interaction-v0-version=0.7.1
fabric-events-lifecycle-v0-version=0.2.72
fabric-game-rule-api-v1-version=1.0.46
fabric-gametest-api-v1-version=1.3.1
fabric-item-api-v1-version=2.2.0
fabric-item-group-api-v1-version=4.0.21
fabric-key-binding-api-v1-version=1.0.41
fabric-keybindings-v0-version=0.2.39
fabric-lifecycle-events-v1-version=2.2.30
fabric-loot-api-v2-version=2.1.5
fabric-message-api-v1-version=6.0.5
fabric-mining-level-api-v1-version=2.1.60
fabric-model-loading-api-v1-version=1.0.8
fabric-models-v0-version=0.4.7
2024-01-17 13:04:47 -05:00
fabric-networking-api-v1-version=3.1.6
2024-01-15 08:54:42 -05:00
fabric-object-builder-api-v1-version=13.0.9
fabric-particles-v1-version=1.1.7
2024-01-17 13:04:47 -05:00
fabric-recipe-api-v1-version=2.0.19
fabric-registry-sync-v0-version=4.0.17
2024-01-15 08:54:42 -05:00
fabric-renderer-api-v1-version=3.2.4
fabric-renderer-indigo-version=1.5.4
fabric-renderer-registries-v1-version=3.2.51
fabric-rendering-data-attachment-v1-version=0.3.42
fabric-rendering-fluids-v1-version=3.0.33
fabric-rendering-v0-version=1.1.54
fabric-rendering-v1-version=3.0.13
fabric-resource-conditions-api-v1-version=2.3.14
fabric-resource-loader-v0-version=0.11.16
fabric-screen-api-v1-version=2.0.17
2024-01-17 13:04:47 -05:00
fabric-screen-handler-api-v1-version=1.3.54
2024-01-15 08:54:42 -05:00
fabric-sound-api-v1-version=1.0.17
fabric-transfer-api-v1-version=4.0.8
fabric-transitive-access-wideners-v1-version=5.0.14
fabric-convention-tags-v1-version=1.5.10
fabric-client-tags-api-v1-version=1.1.7