Package com.simibubi.create.api.registry
Class CreateDataMaps
java.lang.Object
com.simibubi.create.api.registry.CreateDataMaps
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.neoforged.neoforge.registries.datamaps.DataMapType<net.minecraft.world.item.Item, BlazeBurnerFuel> The Item data map for regular blaze burner fuels.static final net.neoforged.neoforge.registries.datamaps.DataMapType<net.minecraft.world.item.Item, BlazeBurnerFuel> The Item data map for superheated blaze burner fuels. -
Method Summary
-
Field Details
-
REGULAR_BLAZE_BURNER_FUELS
public static final net.neoforged.neoforge.registries.datamaps.DataMapType<net.minecraft.world.item.Item,BlazeBurnerFuel> REGULAR_BLAZE_BURNER_FUELSThe 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_FUELSThe 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.
-