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

Performance issue - cheese wheels #159

Open
moonfather1 opened this issue Oct 8, 2024 · 1 comment
Open

Performance issue - cheese wheels #159

moonfather1 opened this issue Oct 8, 2024 · 1 comment

Comments

@moonfather1
Copy link
Contributor

i added a thing to growthcraft milk module today and learned a horrible truth - cheese wheels are block entities. ticking block entities.

they have a few per-block fields (is waxed, age), all of which can and should be blockstates. they have a ticker for aging. that of course should have been done through random ticks that any block can have. yes, random ticks are random (once per minute on average), but cheese takes three days to age, that doesn't have to be too precise. precision of 20x ticks per second that block entities offer is insane for that.

@Alatyami
Copy link
Member

Alatyami commented Oct 8, 2024

That is insane. Randomtick like a crop makes more sense.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants