Maya

Results 49 comments of Maya

Thank you for the contribution. This seems like the right change to make to simplify temporary file handling in our test cases. Unfortunately, I did not see this PR until...

After discussion on Discord, I suggested that pipes should retain this "blocking" mode per side, but should be changed slightly to follow the rules: - When a side is blocked,...

The idea is: you can set a side as blocked on a pipe, so that when you place a new one, they do not immediately connect. This is current behavior,...

@Enjoyed Do you know exactly what was in the chunk that caused the crash? You said you removed a chunk and it fixed the issue

Someone else had this error. They were changing ID's of things around, and when they changed the ID of a cable that was already in the world to something else,...

There was no significant motivation for providing return values for registration, other than that I did not want to throw an exception like other registries do when bad parameters are...

Since we are doing a more flexible system for adding tooltips, it may be wise to have a registry freeze to prevent the tooltip registry from being modified further past...

> The onLoad() is actually called on the client when you place a block. It might cause problems if the redstone cache init is deferred to the block tick, rather...

There is no sort of "fancy render" stuff going on with these, it is just shading applied to the texture of the block itself. So I think just updating the...

I've started working on this suggestion, but I've run into some problems aside from just design decisions. In order to properly create these tabs, I have a few options that...