Fixes
This commit is contained in:
parent
518e7b3fcf
commit
46ceaee8be
21 changed files with 207 additions and 55 deletions
|
@ -0,0 +1,11 @@
|
|||
package ru.betterend.blocks;
|
||||
|
||||
import ru.betterend.blocks.basis.BlockFeatureSapling;
|
||||
import ru.betterend.registry.FeatureRegistry;
|
||||
import ru.betterend.world.features.DefaultFeature;
|
||||
|
||||
public class BlockMossyGlowshroomSapling extends BlockFeatureSapling {
|
||||
public BlockMossyGlowshroomSapling() {
|
||||
super((DefaultFeature) FeatureRegistry.MOSSY_GLOWSHROOM.getFeature(), 7);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue