mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-03 14:06:28 +00:00
chore: format everything
This commit is contained in:
@@ -12,7 +12,8 @@ TripWireSourceTile::TripWireSourceTile(int id)
|
||||
this->setTicking(true);
|
||||
}
|
||||
|
||||
std::optional<AABB> TripWireSourceTile::getAABB(Level* level, int x, int y, int z) {
|
||||
std::optional<AABB> TripWireSourceTile::getAABB(Level* level, int x, int y,
|
||||
int z) {
|
||||
return std::nullopt;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user