Smaragdant crystal shards

This commit is contained in:
paulevsGitch 2021-03-08 15:39:42 +03:00
parent e12ec53c01
commit 48c21395a6
17 changed files with 166 additions and 12 deletions

View file

@ -1,5 +1,7 @@
package ru.betterend.rituals;
import java.awt.Point;
import net.minecraft.block.entity.BlockEntity;
import net.minecraft.entity.player.PlayerEntity;
import net.minecraft.inventory.Inventory;
@ -14,8 +16,6 @@ import ru.betterend.blocks.entities.PedestalBlockEntity;
import ru.betterend.particle.InfusionParticleType;
import ru.betterend.recipe.builders.InfusionRecipe;
import java.awt.*;
public class InfusionRitual implements Inventory {
private static final Point[] PEDESTALS_MAP = new Point[] {
new Point(0, 3), new Point(2, 2), new Point(3, 0), new Point(2, -2),