Improvements to sound loops to try and remove gaps between parts

This commit is contained in:
Electroblob77
2020-06-18 15:41:04 +01:00
parent 8e8e249426
commit bfd7f6e5a5
3 changed files with 36 additions and 18 deletions
@@ -2,7 +2,7 @@ package electroblob.wizardry.tileentity;
import net.minecraft.nbt.NBTTagCompound;
// TODO: Remove this class entirely, it really doesn't need to be a tile entity
// TODO: Remove this class entirely, it can just be a TileEntityTimer (see RenderImbuementAltar for a better solution)
@Deprecated
public class TileEntityMagicLight extends TileEntityTimer {