geforkt von Mirrors/Paper
One record per JukeBox.
Dieser Commit ist enthalten in:
Ursprung
2fd78a6549
Commit
6dc13b688a
@ -26,6 +26,7 @@ public class BlockJukeBox extends BlockContainer {
|
||||
|
||||
if (tileentityrecordplayer != null) {
|
||||
tileentityrecordplayer.record = itemstack.cloneItemStack();
|
||||
tileentityrecordplayer.record.count = 1; // CraftBukkit - There can be only one
|
||||
tileentityrecordplayer.update();
|
||||
world.setData(i, j, k, 1);
|
||||
}
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren