Skip to content

Conversation

@vercte
Copy link
Collaborator

@vercte vercte commented Aug 29, 2025

This PR makes basins tick on the client in order to both update their behaviors and properly display the level of fluid inside them.

@vercte vercte added area: rendering Issue or PR is related to rendering pr type: feature PR adds a new feature or changes an existing feature labels Aug 29, 2025
if (basin != null) {
basin.read(context.blockEntityData, true);
basin.tick();
BlockEntityRenderHelper.renderBlockEntities(context.world, renderWorld, List.of(basin),
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

a new renderInContraption method should be used instead, like other actors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: rendering Issue or PR is related to rendering pr type: feature PR adds a new feature or changes an existing feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants