Skip to content

Woot ConfigFile

Ipsis edited this page Aug 12, 2016 · 7 revisions

Configuration file

Mob Name

The mob names to use in the configuration file are always of the form

Woot:none:mcname

The middle part of the name is only used in special circumstances, such as the Wither Skeleton.

eg. Woot:none:Zombie, Woot:none:WitherBoss, Woot:Wither:Skeleton

You can see which name maps to which mob by using the prism and the internal Woot mob name will be shown in chat.

globalDropBlacklist

A list of items that should never be generated from the factory.

globalPrismBlacklist, globalPrismWhitelist, globalPrismUseWhitelist

These are mutually exclusive. You can either provide a whitelist or blacklist of mobs. These allow or deny the mobs from being captured by the prism.

globalSpawnCostList

A list of mob to xp costs. These costs are used to calculate the amount of RF needed to generate the mob.

S:globalSpawnCostList <
    Woot:none:IronGolem=10
    Woot:Wither:Skeleton=10
    Woot:none:MagmaCube=5
 >

globalTierIMobList, globalTierIIMobList, globalTierIIIMoblist, globalTierIVMoblist

Allows the mapping of a mob to a specific factory tier.

S:globalTierIIMobList <
    Woot:none:Blaze
    Woot:none:Witch
    Woot:none:Ghast
    Woot:none:PigZombie
    Woot:none:MagmaCube
>
Clone this wiki locally