mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-03 20:34:40 +00:00
chore: format everything
This commit is contained in:
@@ -155,5 +155,5 @@ int JukeboxTile::getAnalogOutputSignal(Level* level, int x, int y, int z,
|
||||
level->getTileEntity(x, y, z))
|
||||
->getRecord();
|
||||
return record == nullptr ? Redstone::SIGNAL_NONE
|
||||
: record->id + 1 - Item::record_01_Id;
|
||||
: record->id + 1 - Item::record_01_Id;
|
||||
}
|
||||
Reference in New Issue
Block a user