experimental relay bullshit

This commit is contained in:
2026-04-28 20:32:11 +03:00
parent 6ef6826483
commit 3b7e2b02b6
23 changed files with 387 additions and 71 deletions

View File

@@ -34,6 +34,7 @@ object Blocks {
val CASE_BLOCK: RegistrySupplier<Block> = BaseBlock.register("case") { CaseBlock() }
val REDSTONEIO_BLOCK: RegistrySupplier<Block> = BaseBlock.register("redio") { RedstoneIOBlock() }
val CABLE_BLOCK: RegistrySupplier<Block> = BaseBlock.register("cable") { CableBlock() }
val RELAY_BLOCK: RegistrySupplier<Block> = BaseBlock.register("relay") { RelayBlock() }
fun registerBlockItems() {
BLOCKS.forEach(Consumer { sup: RegistrySupplier<Block> ->