Uploaded image for project: 'Spigot'
  1. Spigot
  2. SPIGOT-5906

Huge Fungi tree generation

XMLWordPrintable

    • Icon: New Feature New Feature
    • Resolution: Fixed
    • Icon: Minor Minor
    • None
    • 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

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

              Created:
              Updated:
              Resolved: