Onako2 / i-want-it-earlier

Get minecraft live blocks and items earlier than the first snapshot is out!
MIT License
2 stars 3 forks source link

Pale Oak Sapling cannot grow #2

Closed SAGUMEDREAM closed 3 weeks ago

SAGUMEDREAM commented 4 weeks ago

I discovered that Pale Oak Sapling cannot grow.

According to the code about ConfiguredFeature definition, I checked the file directory data/iwie/worldgen/configured_feature/ and found no pale_tree.json file;

public static final SaplingGenerator PALE; public static final RegistryKey<ConfiguredFeature<?, ?>> PALE_REGISTRY = RegistryKey.of(RegistryKeys.CONFIGURED_FEATURE, Identifier.of("iwie", "pale_tree")); static {PALE = new SaplingGenerator("pale_tree", Optional.of(PALE_REGISTRY), Optional.empty(), Optional.empty());}

Onako2 commented 4 weeks ago

Thanks for reporting! I'll fix it soon or do you want to create a PR (Modtoberfest)