Amber moss & grass, helix sapling
This commit is contained in:
parent
f35146610b
commit
5bd4abebfb
34 changed files with 162 additions and 48 deletions
12
src/main/java/ru/betterend/blocks/BlockHelixTreeSapling.java
Normal file
12
src/main/java/ru/betterend/blocks/BlockHelixTreeSapling.java
Normal file
|
@ -0,0 +1,12 @@
|
|||
package ru.betterend.blocks;
|
||||
|
||||
import net.minecraft.world.gen.feature.Feature;
|
||||
import ru.betterend.blocks.basis.BlockFeatureSapling;
|
||||
import ru.betterend.registry.EndFeatures;
|
||||
|
||||
public class BlockHelixTreeSapling extends BlockFeatureSapling {
|
||||
@Override
|
||||
protected Feature<?> getFeature() {
|
||||
return EndFeatures.HELIX_TREE.getFeature();
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue