mirror of
https://github.com/Sollace/Unicopia.git
synced 2025-02-01 19:46:42 +01:00
Sugar block class is not needed
This commit is contained in:
parent
fab5363028
commit
73d8a93da2
1 changed files with 0 additions and 10 deletions
|
@ -1,10 +0,0 @@
|
||||||
package com.minelittlepony.unicopia.block;
|
|
||||||
|
|
||||||
import net.minecraft.block.FallingBlock;
|
|
||||||
|
|
||||||
@Deprecated
|
|
||||||
public class SugarBlock extends FallingBlock {
|
|
||||||
public SugarBlock(Settings settings) {
|
|
||||||
super(settings);
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in a new issue