-
Notifications
You must be signed in to change notification settings - Fork 44
config itemstack
Resource Config for Items and ItemStack information.
Format: domain:resource
or domain:resource=value
Examples: minecraft:stone
, forge:fluid
, icbmclassic:explosive
This will be just the key used to register an item. The domain will be either minecraft, forge, or a mod's id. With the resource being either a single word or series of words with separators. Some mods will use .
or _
to separate words. See each mod's documentation for a list of blocks or use a tool like NEI/JEI to lookup.
The id will not always match the mod's name. Neither will the resource always match the block's name.
Value, type and meaning, will be based on the specific configuration. Common cases are numeric such as minecraft:stone=5
or icbmclassic:nuclear=78.3
. Others may be boolean driven taking true/false such as minecraft:carrot=false
.