Changed to Correct mapping from exportToItemStack to spawnAtLocation
This commit is contained in:
@@ -223,7 +223,7 @@ public final class RobotEntity extends Entity implements Robot {
|
||||
|
||||
final ItemStack stack = new ItemStack(Items.ROBOT.get());
|
||||
exportToItemStack(stack);
|
||||
exportToItemStack(stack);
|
||||
spawnAtLocation(stack);
|
||||
|
||||
remove();
|
||||
WorldUtils.playSound(level, blockPosition(), SoundType.METAL, SoundType::getBreakSound);
|
||||
|
||||
Reference in New Issue
Block a user