Class CreateDataMaps

java.lang.Object
com.simibubi.create.api.registry.CreateDataMaps

public class CreateDataMaps extends Object
See Also:
  • DataMapType
  • NeoForgeDataMaps
  • Field Details

    • REGULAR_BLAZE_BURNER_FUELS

      public static final net.neoforged.neoforge.registries.datamaps.DataMapType<net.minecraft.world.item.Item,BlazeBurnerFuel> REGULAR_BLAZE_BURNER_FUELS
      The Item data map for regular blaze burner fuels.

      The location of this data map is create/data_maps/item/regular_blaze_burner_fuels.json, and the values are objects with 1 field:

      • burn_time, a positive integer - how long the item will burn, in ticks

      The use of an integer as the value is also possible, though discouraged in case more options are added in the future.

    • SUPERHEATED_BLAZE_BURNER_FUELS

      public static final net.neoforged.neoforge.registries.datamaps.DataMapType<net.minecraft.world.item.Item,BlazeBurnerFuel> SUPERHEATED_BLAZE_BURNER_FUELS
      The Item data map for superheated blaze burner fuels.

      The location of this data map is create/data_maps/item/superheated_blaze_burner_fuels.json, and the values are objects with 1 field:

      • burn_time, a positive integer - how long the item will burn, in ticks

      The use of an integer as the value is also possible, though discouraged in case more options are added in the future.