Move the old stuff out of the way, begin fixing one by one
This commit is contained in:
parent
abfaa02ace
commit
6ccef8275c
1579 changed files with 252390 additions and 76 deletions
14
src/old/java/com/zontreck/block/DeprecatedBlock.java
Normal file
14
src/old/java/com/zontreck/block/DeprecatedBlock.java
Normal file
|
@ -0,0 +1,14 @@
|
|||
package com.zontreck.block;
|
||||
|
||||
|
||||
import net.minecraft.world.level.block.Block;
|
||||
import net.minecraft.world.level.block.state.BlockBehaviour;
|
||||
|
||||
@Deprecated
|
||||
public class DeprecatedBlock extends Block
|
||||
{
|
||||
public DeprecatedBlock(){
|
||||
super(BlockBehaviour.Properties.of().instabreak());
|
||||
}
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue