Start migration
This commit is contained in:
parent
6630ce0cab
commit
47ed597358
491 changed files with 12045 additions and 11953 deletions
|
@ -1,13 +1,13 @@
|
|||
package ru.betterend.registry;
|
||||
|
||||
import net.minecraft.block.AbstractBlock;
|
||||
import net.minecraft.world.level.block.AbstractBlock;
|
||||
import ru.betterend.blocks.basis.VineBlock;
|
||||
|
||||
public class FilaluxBlock extends VineBlock {
|
||||
public FilaluxBlock() {
|
||||
super(15, true);
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public AbstractBlock.OffsetType getOffsetType() {
|
||||
return AbstractBlock.OffsetType.NONE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue