fix block ticks

This commit is contained in:
MihailRis
2025-12-08 19:21:50 +03:00
committed by ShiftyX1
parent 17503674e8
commit b36d8d5852
-6
View File
@@ -160,12 +160,6 @@ static void initialize_block(
block_register_events.push_back(BlockRegisterEvent { block_register_events.push_back(BlockRegisterEvent {
static_cast<uint8_t>(bits | 1), def.rt.id, {x, y, z} static_cast<uint8_t>(bits | 1), def.rt.id, {x, y, z}
}); });
if (def.rt.funcsset.onblocktick) {
block_register_events.push_back(BlockRegisterEvent {
bits, def.rt.id, {x, y, z}
});
}
} }
template <class Storage> template <class Storage>