Dragon Tree
This commit is contained in:
parent
4329250a2f
commit
30f7f53c7f
10 changed files with 61 additions and 2 deletions
|
@ -0,0 +1,16 @@
|
|||
package ru.betterend.blocks;
|
||||
|
||||
import net.minecraft.world.gen.feature.Feature;
|
||||
import ru.betterend.blocks.basis.BlockFeatureSapling;
|
||||
import ru.betterend.registry.EndFeatures;
|
||||
|
||||
public class BlockDragonTreeSapling extends BlockFeatureSapling {
|
||||
public BlockDragonTreeSapling() {
|
||||
super();
|
||||
}
|
||||
|
||||
@Override
|
||||
protected Feature<?> getFeature() {
|
||||
return EndFeatures.PYTHADENDRON_TREE.getFeature();
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue