You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: