Revert "Merge branch 'master' of https://github.com/paulevsGitch/BetterEnd"
This reverts commitf5130c4e15
, reversing changes made toccf9943645
.
This commit is contained in:
parent
f5130c4e15
commit
4703d575c5
2 changed files with 1 additions and 10 deletions
|
@ -1,16 +1,10 @@
|
|||
package ru.betterend.blocks;
|
||||
|
||||
import net.minecraft.world.gen.feature.Feature;
|
||||
import ru.betterend.blocks.basis.BlockFeatureSapling;
|
||||
import ru.betterend.registry.FeatureRegistry;
|
||||
|
||||
public class BlockMossyGlowshroomSapling extends BlockFeatureSapling {
|
||||
public BlockMossyGlowshroomSapling() {
|
||||
super(7);
|
||||
}
|
||||
|
||||
@Override
|
||||
protected Feature<?> getFeature() {
|
||||
return FeatureRegistry.MOSSY_GLOWSHROOM.getFeature();
|
||||
super(FeatureRegistry.MOSSY_GLOWSHROOM, 7);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue