Infusion pedestal (WIP), fix for #11
This commit is contained in:
parent
70f5e3e024
commit
36fa1ade9d
20 changed files with 220 additions and 21 deletions
|
@ -3,11 +3,9 @@ package ru.betterend.rituals;
|
|||
import net.minecraft.entity.player.PlayerEntity;
|
||||
import net.minecraft.inventory.Inventory;
|
||||
import net.minecraft.item.ItemStack;
|
||||
import net.minecraft.util.Tickable;
|
||||
|
||||
public class InfusionRitual implements Tickable, Inventory {
|
||||
public class InfusionRitual implements Inventory {
|
||||
|
||||
@Override
|
||||
public void tick() {
|
||||
// TODO
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue