logo
Backpack Hero Modding
CreateType
Initializing search
    • Home
    • Installing Mods
      • Getting Started
      • Quick Introduction To JSON
      • Item Basics
      • Publishing your Modpack
      • Modpack Metadata
      • Items
        • AddModifier
        • CombatEffect
        • Costs
        • CreateEffect
        • Effect
        • ItemDefinition
        • ItemStatusEffect
        • LimitedUses
        • Modifier
        • MovementEffect
        • Trigger
          • AlternateUse
          • Carving
          • Manastone
          • Movable
        • AnimationType
        • Area
        • AreaDistance
        • Character
        • Cost
        • CreateType
        • DungeonZone
        • EffectTarget
        • EffectType
        • ItemGrouping
        • ItemSoundEffect
        • ItemStatusEffectLength
        • ItemStatusEffectType
        • ItemType
        • ModifierLength
        • MovementLength
        • MovementType
        • Rarity
        • SpriteChangeMode
        • TriggerType
        • UseLimitType
        • UseSituation
        • ValueSource
        • ItemDefinition
        • MultiLanguage
        • ValueChanger

    CreateType

    How an item will be created

    This is an Enum (string, but only accepts certain values).

    The following values are accepted:

    Value Description
    set
    replace
    inOrder
    trueRandom
    byType
    inOpenSpace
    inOpenSpaceByType
    createCurse
    createBlessing
    inOpenSpaceRandom
    chooseItem
    sameSizeItem
    Made with Material for MkDocs