Sapling fix
This commit is contained in:
parent
54aa35cdf3
commit
9dcf8c34a0
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
package ru.betterend.blocks;
|
||||
|
||||
import net.minecraft.world.gen.feature.ConfiguredFeature;
|
||||
import net.minecraft.world.gen.feature.Feature;
|
||||
import ru.betterend.blocks.basis.BlockFeatureSapling;
|
||||
import ru.betterend.registry.FeatureRegistry;
|
||||
|
||||
|
@ -10,7 +10,7 @@ public class BlockMossyGlowshroomSapling extends BlockFeatureSapling {
|
|||
}
|
||||
|
||||
@Override
|
||||
protected ConfiguredFeature<?,?> getFeature() {
|
||||
return FeatureRegistry.MOSSY_GLOWSHROOM.getFeatureConfigured();
|
||||
protected Feature<?> getFeature() {
|
||||
return FeatureRegistry.MOSSY_GLOWSHROOM.getFeature();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue