Skip to content

Commit

Permalink
it builds on my machine
Browse files Browse the repository at this point in the history
  • Loading branch information
deirn committed Apr 14, 2024
1 parent 2650798 commit 6bc7985
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public Fluid fluid(FluidVariant t) {

@Override
public DataComponentPatch data(FluidVariant t) {
return t.getNbt();
return t.getComponents();
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
@Mixin(ReloadableServerResources.class)
public class ReloadableServerResourcesMixin {

@Inject(method = "updateRegistryTags(Lnet/minecraft/core/RegistryAccess;)V", at = @At("TAIL"))
@Inject(method = "updateRegistryTags()V", at = @At("TAIL"))
private void wthit_onUpdateRegistryTags(RegistryAccess registryAccess, CallbackInfo ci) {
IMixedService.INSTANCE.attachRegistryFilter(registryAccess);
}
Expand Down

0 comments on commit 6bc7985

Please sign in to comment.