- Crystalite Elytra recipe;

- Elytras speed tweak;
- Addition Infusion structure fix
This commit is contained in:
Aleksey 2021-06-10 19:54:03 +03:00
parent 030ede58d3
commit ddc8edee67
5 changed files with 48 additions and 5 deletions

View file

@ -1,8 +1,11 @@
package ru.betterend.blocks;
import net.minecraft.core.BlockPos;
import net.minecraft.server.level.ServerLevel;
import net.minecraft.world.item.ItemStack;
import net.minecraft.world.level.BlockGetter;
import net.minecraft.world.level.Level;
import net.minecraft.world.level.LevelAccessor;
import net.minecraft.world.level.block.Block;
import net.minecraft.world.level.block.Blocks;
import net.minecraft.world.level.block.entity.BlockEntity;
@ -71,7 +74,7 @@ public class InfusionPedestal extends PedestalBlock {
}
return super.getShape(state, world, pos, context);
}
static {
VoxelShape basinUp = Block.box(2, 3, 2, 14, 4, 14);
VoxelShape basinDown = Block.box(0, 0, 0, 16, 3, 16);