feat: surface decoration generation but only in even chunks

This commit is contained in:
Christian Bergschneider
2024-12-29 15:17:35 +01:00
parent fa6e0e0ae4
commit bfc1c32d46
5 changed files with 30 additions and 7 deletions

View File

@@ -13,6 +13,9 @@ import com.dfsek.terra.api.block.state.BlockState;
/**
* Represents a type of block
* <p>
* Important! You <b>need</b> to implement a proper equals() and hashCode() here in
* your platform implementation for surface decorations to show up
*/
public interface BlockType extends Handle {
/**