1.15 port
This commit is contained in:
@@ -24,8 +24,8 @@ import java.util.concurrent.TimeUnit;
|
||||
|
||||
import com.google.common.base.Stopwatch;
|
||||
|
||||
import net.minecraft.entity.player.EntityPlayer;
|
||||
import net.minecraft.nbt.NBTTagCompound;
|
||||
import net.minecraft.entity.player.PlayerEntity;
|
||||
import net.minecraft.nbt.CompoundNBT;
|
||||
import net.minecraft.world.World;
|
||||
|
||||
import appeng.api.AEApi;
|
||||
@@ -108,7 +108,7 @@ public class CraftingJob implements Runnable, ICraftingJob
|
||||
return this.availableCheck.extractItems( available, Actionable.MODULATE, this.actionSrc );
|
||||
}
|
||||
|
||||
public void writeToNBT( final NBTTagCompound out )
|
||||
public void writeToNBT( final CompoundNBT out )
|
||||
{
|
||||
|
||||
}
|
||||
@@ -377,7 +377,7 @@ public class CraftingJob implements Runnable, ICraftingJob
|
||||
|
||||
if( this.actionSrc.player().isPresent() )
|
||||
{
|
||||
final EntityPlayer player = this.actionSrc.player().get();
|
||||
final PlayerEntity player = this.actionSrc.player().get();
|
||||
|
||||
actionSource = player.toString();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user