Probably a simple misunderstanding, but im currently trying to setup configuredfeatures and placedfeatures for my ores. Two things have me stuck.
-
public static final RegistryEntry<ConfiguredFeature<OreFeatureConfig, ?>> ORENAME_ORE =
importingnet.minecraft.util.registry.RegistryEntry
it cannot be resolved, my editor suggests DynamicRegistryManager, which im assuming might be correct as it resolved that part of the issue. -
ConfiguredFeatures.register
Im not finding an import at all for this.
Am I missing a step? or is there a different way of doing this?