Interface SCDataEntries


public interface SCDataEntries
  • Field Details

    • DIMENSION_TAGS

      static final com.wdiscute.utils.DataEntry<Map<String,List<net.minecraft.resources.ResourceLocation>>> DIMENSION_TAGS
    • DIMENSION_VOID_LEVEL

      static final com.wdiscute.utils.DataEntry<Map<String,Integer>> DIMENSION_VOID_LEVEL
    • DEFAULT_CATCH_MODIFIERS

      static final com.wdiscute.utils.DataEntry<List<Modifier>> DEFAULT_CATCH_MODIFIERS
    • DEFAULT_MINIGAME_MODIFIERS

      static final com.wdiscute.utils.DataEntry<List<Modifier>> DEFAULT_MINIGAME_MODIFIERS
    • BONEMEAL_INTERACTION_ENTRY

      static final com.wdiscute.utils.DataEntry<List<BonemealInteractionEntry>> BONEMEAL_INTERACTION_ENTRY
  • Method Details

    • register

      static void register(net.neoforged.bus.api.IEventBus eventBus)