mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-04 06:05:07 +00:00
chore: format everything
This commit is contained in:
@@ -17,7 +17,9 @@ int TripWireTile::getTickDelay(Level* level) {
|
||||
return 20; // 10;
|
||||
}
|
||||
|
||||
std::optional<AABB> TripWireTile::getAABB(Level* level, int x, int y, int z) { return std::nullopt; }
|
||||
std::optional<AABB> TripWireTile::getAABB(Level* level, int x, int y, int z) {
|
||||
return std::nullopt;
|
||||
}
|
||||
|
||||
bool TripWireTile::blocksLight() { return false; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user