Infusion ritual fix
This commit is contained in:
parent
28427f54a3
commit
1a412d08e3
6 changed files with 22 additions and 113 deletions
|
@ -1,8 +0,0 @@
|
|||
package ru.betterend.interfaces;
|
||||
|
||||
import net.minecraft.nbt.CompoundTag;
|
||||
|
||||
public interface CompoundSerializer<T> {
|
||||
public abstract CompoundTag beToTag(CompoundTag tag);
|
||||
public abstract T beFromTag(CompoundTag tag);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue