The class net.minecraft.data.worldgen.BootstapContext
and the method net.minecraft.core.RegistrySetBuilder$BuildState#bootstapContext
are not spelled correctly; they should be named BootstrapContext
and bootstrapContext
respectively. This is inferred to be a typo because every method that consumes a BootstapContext
and is referenced in the VanillaRegistries
class's private static final RegistrySetBuilder BUILDER
is correctly named bootstrap
.
Issues that have no gameplay impact are not accepted here, so unless this typo breaks any functionality of the game or is visible when playing, this is invalid.
See also MC-250646 and MC-250647.