Try to rewrite Component-System Logic with States #1

Open
opened 2026-02-13 22:15:37 +01:00 by KainTim · 0 comments
KainTim commented 2026-02-13 22:15:37 +01:00 (Migrated from github.com)

From ProcessingBenchInteraction
BlockState state = world.getState(pos.x, pos.y, pos.z, true);
cast to State Class

From ProcessingBenchInteraction BlockState state = world.getState(pos.x, pos.y, pos.z, true); cast to State Class
Sign in to join this conversation.