mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-22 23:58:02 -05:00
c4f28df547
* Allow sound instances to play custom audio streams Adds a new interface FabricSoundInstance, which is injected into vanilla's SoundInstance interface. When loading an audio stream, the SoundSystem now calls FabricSoundInstance.getAudioStream, allowing mods to provide their own audio streams. * Some post-review cleanup - Manually add the client sources as an interface injection source set, allowing us to put everything in the src/client dir (<3 modmuss50). - Apply some formatting changes from apple502j. * Document the empty sound and its usage in sounds.json * Fix one remaining @literal -> @code * Fix checkstyle issues
60 lines
2.1 KiB
Properties
60 lines
2.1 KiB
Properties
org.gradle.jvmargs=-Xmx2560M
|
|
org.gradle.parallel=true
|
|
|
|
version=0.62.0
|
|
minecraft_version=1.19.2
|
|
yarn_version=+build.17
|
|
loader_version=0.14.9
|
|
|
|
prerelease=false
|
|
|
|
# Do not manually update, use the bumpversions task:
|
|
fabric-api-base-version=0.4.12
|
|
fabric-api-lookup-api-v1-version=1.6.10
|
|
fabric-biome-api-v1-version=9.0.18
|
|
fabric-blockrenderlayer-v1-version=1.1.21
|
|
fabric-command-api-v1-version=1.2.12
|
|
fabric-command-api-v2-version=2.1.8
|
|
fabric-commands-v0-version=0.2.29
|
|
fabric-containers-v0-version=0.1.35
|
|
fabric-content-registries-v0-version=3.3.1
|
|
fabric-crash-report-info-v1-version=0.2.6
|
|
fabric-data-generation-api-v1-version=5.2.0
|
|
fabric-dimensions-v1-version=2.1.32
|
|
fabric-entity-events-v1-version=1.4.19
|
|
fabric-events-interaction-v0-version=0.4.29
|
|
fabric-events-lifecycle-v0-version=0.2.29
|
|
fabric-game-rule-api-v1-version=1.0.22
|
|
fabric-gametest-api-v1-version=1.0.36
|
|
fabric-item-api-v1-version=1.5.8
|
|
fabric-item-groups-v0-version=0.3.30
|
|
fabric-key-binding-api-v1-version=1.0.21
|
|
fabric-keybindings-v0-version=0.2.19
|
|
fabric-lifecycle-events-v1-version=2.2.0
|
|
fabric-loot-api-v2-version=1.1.4
|
|
fabric-loot-tables-v1-version=1.1.7
|
|
fabric-message-api-v1-version=5.0.4
|
|
fabric-mining-level-api-v1-version=2.1.15
|
|
fabric-models-v0-version=0.3.18
|
|
fabric-networking-api-v1-version=1.2.5
|
|
fabric-networking-v0-version=0.3.22
|
|
fabric-object-builder-api-v1-version=4.0.12
|
|
fabric-particles-v1-version=1.0.11
|
|
fabric-registry-sync-v0-version=0.9.26
|
|
fabric-renderer-api-v1-version=1.0.11
|
|
fabric-renderer-indigo-version=0.6.13
|
|
fabric-renderer-registries-v1-version=3.2.21
|
|
fabric-rendering-data-attachment-v1-version=0.3.15
|
|
fabric-rendering-fluids-v1-version=3.0.8
|
|
fabric-rendering-v0-version=1.1.23
|
|
fabric-rendering-v1-version=1.11.0
|
|
fabric-resource-conditions-api-v1-version=2.0.12
|
|
fabric-resource-loader-v0-version=0.7.0
|
|
fabric-screen-api-v1-version=1.0.27
|
|
fabric-screen-handler-api-v1-version=1.3.1
|
|
fabric-sound-api-v1-version=1.0.0
|
|
fabric-textures-v0-version=1.0.21
|
|
fabric-transfer-api-v1-version=2.1.1
|
|
fabric-transitive-access-wideners-v1-version=1.3.1
|
|
fabric-convention-tags-v1-version=1.1.2
|
|
fabric-client-tags-api-v1-version=1.0.2
|