mirror of
https://github.com/FabricMC/fabric.git
synced 2025-04-21 03:10:54 -04:00
Port to 25w10a (#4480)
* Update to 25w10a
* Sync DATA_COMPONENT_PREDICATE_TYPE
* Have the action upload expected genResources result
* Update TAW
* Revert "Have the action upload expected genResources result"
This reverts commit d368700cb4
.
* Bump versions
This commit is contained in:
parent
081cc043e3
commit
f16bad8479
3 changed files with 13 additions and 8 deletions
fabric-registry-sync-v0/src/main/java/net/fabricmc/fabric/impl/registry/sync
fabric-transitive-access-wideners-v1/src/main/resources
gradle.properties
|
@ -188,6 +188,10 @@ public class FabricRegistryInit implements ModInitializer {
|
|||
RegistryAttributeHolder.get(Registries.DATA_COMPONENT_TYPE)
|
||||
.addAttribute(RegistryAttribute.SYNCED);
|
||||
|
||||
// Synced by rawID.
|
||||
RegistryAttributeHolder.get(Registries.DATA_COMPONENT_PREDICATE_TYPE)
|
||||
.addAttribute(RegistryAttribute.SYNCED);
|
||||
|
||||
// Synced by rawID.
|
||||
RegistryAttributeHolder.get(Registries.MAP_DECORATION_TYPE)
|
||||
.addAttribute(RegistryAttribute.SYNCED);
|
||||
|
|
|
@ -300,6 +300,7 @@ transitive-accessible field net/minecraft/client/render/RenderPhase NO_TEXTURE L
|
|||
transitive-accessible field net/minecraft/client/render/RenderPhase DEFAULT_TEXTURING Lnet/minecraft/client/render/RenderPhase$Texturing;
|
||||
transitive-accessible field net/minecraft/client/render/RenderPhase GLINT_TEXTURING Lnet/minecraft/client/render/RenderPhase$Texturing;
|
||||
transitive-accessible field net/minecraft/client/render/RenderPhase ENTITY_GLINT_TEXTURING Lnet/minecraft/client/render/RenderPhase$Texturing;
|
||||
transitive-accessible field net/minecraft/client/render/RenderPhase field_58053 Lnet/minecraft/client/render/RenderPhase$Texturing;
|
||||
transitive-accessible field net/minecraft/client/render/RenderPhase ENABLE_LIGHTMAP Lnet/minecraft/client/render/RenderPhase$Lightmap;
|
||||
transitive-accessible field net/minecraft/client/render/RenderPhase DISABLE_LIGHTMAP Lnet/minecraft/client/render/RenderPhase$Lightmap;
|
||||
transitive-accessible field net/minecraft/client/render/RenderPhase ENABLE_OVERLAY_COLOR Lnet/minecraft/client/render/RenderPhase$Overlay;
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
org.gradle.jvmargs=-Xmx2560M
|
||||
org.gradle.parallel=true
|
||||
|
||||
version=0.118.2
|
||||
minecraft_version=25w09b
|
||||
yarn_version=+build.6
|
||||
version=0.118.3
|
||||
minecraft_version=25w10a
|
||||
yarn_version=+build.1
|
||||
loader_version=0.16.10
|
||||
installer_version=1.0.1
|
||||
|
||||
|
@ -24,7 +24,7 @@ fabric-commands-v0-version=0.2.87
|
|||
fabric-content-registries-v0-version=10.0.11
|
||||
fabric-crash-report-info-v1-version=0.3.12
|
||||
fabric-data-attachment-api-v1-version=1.6.1
|
||||
fabric-data-generation-api-v1-version=22.2.20
|
||||
fabric-data-generation-api-v1-version=22.2.21
|
||||
fabric-dimensions-v1-version=4.0.16
|
||||
fabric-entity-events-v1-version=2.0.24
|
||||
fabric-events-interaction-v0-version=4.0.11
|
||||
|
@ -43,20 +43,20 @@ fabric-networking-api-v1-version=4.3.18
|
|||
fabric-object-builder-api-v1-version=20.0.7
|
||||
fabric-particles-v1-version=4.0.22
|
||||
fabric-recipe-api-v1-version=8.1.4
|
||||
fabric-registry-sync-v0-version=6.1.17
|
||||
fabric-registry-sync-v0-version=6.1.18
|
||||
fabric-renderer-api-v1-version=5.0.6
|
||||
fabric-renderer-indigo-version=2.0.6
|
||||
fabric-rendering-data-attachment-v1-version=0.3.63
|
||||
fabric-rendering-fluids-v1-version=3.1.27
|
||||
fabric-rendering-v1-version=11.1.7
|
||||
fabric-rendering-v1-version=11.1.8
|
||||
fabric-resource-conditions-api-v1-version=5.0.21
|
||||
fabric-resource-loader-v0-version=3.1.6
|
||||
fabric-screen-api-v1-version=2.0.46
|
||||
fabric-screen-handler-api-v1-version=1.3.124
|
||||
fabric-screen-handler-api-v1-version=1.3.125
|
||||
fabric-sound-api-v1-version=1.0.38
|
||||
fabric-tag-api-v1-version=1.0.16
|
||||
fabric-transfer-api-v1-version=5.4.22
|
||||
fabric-transitive-access-wideners-v1-version=6.3.13
|
||||
fabric-transitive-access-wideners-v1-version=6.3.14
|
||||
fabric-convention-tags-v1-version=2.1.24
|
||||
fabric-convention-tags-v2-version=2.13.1
|
||||
fabric-client-tags-api-v1-version=1.1.37
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue