Class BotanyPotVariantGenerator

java.lang.Object
net.darkhax.botanypots.block.BotanyPotVariantGenerator

public class BotanyPotVariantGenerator extends Object
  • Field Details

    • blockDir

      public static File blockDir
    • itemDir

      public static File itemDir
    • stateDir

      public static File stateDir
    • lootDir

      public static File lootDir
    • craftingDir

      public static File craftingDir
  • Constructor Details

    • BotanyPotVariantGenerator

      public BotanyPotVariantGenerator()
  • Method Details

    • generate

      public static void generate()
    • generatePot

      public static void generatePot(net.minecraft.world.level.block.Block block)
    • generateCompactHopperCrafting

      public static void generateCompactHopperCrafting(net.minecraft.resources.ResourceLocation blockId) throws IOException
      Throws:
      IOException
    • generateHopperCrafting

      public static void generateHopperCrafting(net.minecraft.resources.ResourceLocation blockId) throws IOException
      Throws:
      IOException
    • generateBasicCrafting

      public static void generateBasicCrafting(net.minecraft.resources.ResourceLocation blockId) throws IOException
      Throws:
      IOException
    • generateLootTable

      public static void generateLootTable(net.minecraft.resources.ResourceLocation blockId, String suffix) throws IOException
      Throws:
      IOException
    • generateBlockState

      public static void generateBlockState(net.minecraft.resources.ResourceLocation blockId, String suffix) throws IOException
      Throws:
      IOException
    • generateItemModel

      public static void generateItemModel(net.minecraft.resources.ResourceLocation blockId, String suffix) throws IOException
      Throws:
      IOException
    • generateBlockModel

      public static void generateBlockModel(net.minecraft.resources.ResourceLocation blockId, String suffix, boolean hopper) throws IOException
      Throws:
      IOException