Lakugrove structure
This commit is contained in:
parent
0f9edccc4e
commit
91b40a3ae6
17 changed files with 301 additions and 64 deletions
16
src/main/java/ru/betterend/blocks/BlockLacugroveSapling.java
Normal file
16
src/main/java/ru/betterend/blocks/BlockLacugroveSapling.java
Normal file
|
@ -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 BlockLacugroveSapling extends BlockFeatureSapling {
|
||||
public BlockLacugroveSapling() {
|
||||
super();
|
||||
}
|
||||
|
||||
@Override
|
||||
protected Feature<?> getFeature() {
|
||||
return EndFeatures.LACUGROVE.getFeature();
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue