Huge Fungi tree generation

XMLWordPrintable

    • Type: New Feature
    • Resolution: Fixed
    • Priority: Minor
    • None
    • Affects Version/s: None
    • None
    • This server is running CraftBukkit version git-Spigot-0287a20-7560f5f (MC: 1.16.1) (Implementing API version 1.16.1-R0.1-SNAPSHOT)
    • Yes

      Add the Crimson and Warped Huge Fungi to World.generateTree such as

      org.bukkit.World.generateTree(location, TreeType.CRIMSON_HUGE_FUNGI);
      org.bukkit.World.generateTree(location, TreeType.WARPED_HUGE_FUNGI);

       

      As for the CraftWorld.java implementation, the WorldGenerator for both fungi is

      net.minecraft.server.WorldGenerator.HUGE_FUNGUS
      

      And the WorldGenFeatureConfigurations are

      net.minecraft.server.WorldGenFeatureHugeFungiConfiguration.c; // HUGE_CRIMSON_FUNGI_NOT_PLANTED_CONFIG
      net.minecraft.server.WorldGenFeatureHugeFungiConfiguration.e; // HUGE_WARPED_FUNGI_NOT_PLANTED_CONFIG

            Assignee:
            Unassigned
            Reporter:
            PureGero
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: