Fixed small entity bugs, move classes to correct package

This commit is contained in:
paulevsGitch 2021-04-21 18:17:52 +03:00
parent 056a23beb9
commit 3cd71e300d
5 changed files with 15 additions and 3 deletions

View file

@ -1,15 +0,0 @@
package ru.betterend.registry;
import net.minecraft.world.level.block.state.BlockBehaviour;
import ru.betterend.blocks.basis.VineBlock;
public class FilaluxBlock extends VineBlock {
public FilaluxBlock() {
super(15, true);
}
@Override
public BlockBehaviour.OffsetType getOffsetType() {
return BlockBehaviour.OffsetType.NONE;
}
}