Jump to content

Alioth Merak

Members
  • Posts

    6
  • Joined

  • Last visited

Alioth Merak's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. I wanted to preserve performance, as I mentioned. I'll have thousands of those block entities in the world. I've implemented the blockstate method and did not like it very much, so I opted for an access transformer.
  2. I have a block entity which I want to tick only in certain cases. I want to enable ticking based on user interaction, and disable it based on internal logic. This is for performance reasons. I have implemented the ticker using getTicker, but I am not sure how to terminate it. I found that updating the block state calls the method to get the ticker. Do I have to do something with this block state, so that I can return null in the getTicker method? Or, can I just remove and add the ticker some other way?
  3. how is that possible? what do "java -version" and "java --version" output? Also, try installing a newer version (17) and make sure you set the JAVA_HOME and PATH environment variables to the new install.
  4. What java version are you using? try java --version or java -version
  5. We are looking for a microblocks API. We are working on surface mounted blocks (e.g cables that are placed on the surface of a block, and multiple can exist in the same volume). Is there any library that does this?
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.