Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port to 25w10a #4480

Merged
merged 6 commits into from
Mar 5, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,10 @@ public void onInitialize() {
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);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
16 changes: 8 additions & 8 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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
Expand All @@ -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