Commit Graph

6 Commits

Author SHA1 Message Date
MineTec a024e42b80 fixed NPE and shutdown issues, cleaned up listeners and build config
Blocks destroyed before ever being entered no longer NPE on the null
entry location (new getReturnLocation fallback), destroy no longer
mutates the stored block location, placing an item whose block UUID
already exists cancels the event with a message instead of eating the
item, and pending task chains are flushed on shutdown. Failed block
initialization now propagates instead of leaving half-built blocks
registered. Listener null checks replaced requireNonNull, listener and
method name typos fixed, and the test-server copy path in build.gradle
is now a gradle property instead of a hardcoded home directory.
2026-07-23 22:58:47 +02:00
MineTec ec74d5d8f2 removed spawn chunk radius game rule, updated dependencies, and cleaned up project files 2025-12-20 10:34:17 +01:00
Pupsi 36dd0535c3 fixed more orientation errors when placing from other directions 2025-07-14 16:02:37 +02:00
MineTec ab71f09f8a added and implemented taskchain 2024-10-04 20:42:17 +02:00
MineTec e35145f8ed changed pixelblock item and added item to recipe book 2024-08-31 19:58:57 +02:00
Pupsi 6ac894f748 project setup 2024-07-03 21:13:36 +02:00