mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-09-26 02:10:44 +00:00
format everything
This commit is contained in:
@@ -54,8 +54,7 @@ void ItemFrame::dropItem(std::shared_ptr<Entity> causedBy) {
|
||||
}
|
||||
}
|
||||
|
||||
spawnAtLocation(
|
||||
std::make_shared<ItemInstance>(Item::frame), 0);
|
||||
spawnAtLocation(std::make_shared<ItemInstance>(Item::frame), 0);
|
||||
if ((item != nullptr) && (random->nextFloat() < dropChance)) {
|
||||
item = item->copy();
|
||||
removeFramedMap(item);
|
||||
|
||||
Reference in New Issue
Block a user