Add custom mobs automatically as they're killed.

This commit is contained in:
GJ
2013-09-25 10:42:19 -04:00
committed by TfT_02
parent 4a0fee5796
commit a63f745c73
15 changed files with 336 additions and 298 deletions

View File

@ -43,7 +43,6 @@ Mining:
Block_1|0:
XP_Gain: 99
Is_Ore: true
Tier: 1
Drop_Item: false
Drop_Item_Name: BLOCK_DROP
Drop_Item_Data_Value: 0
@ -52,7 +51,6 @@ Mining:
Block_2|0:
XP_Gain: 99
Is_Ore: true
Tier: 1
Drop_Item: false
Drop_Item_Name: BLOCK_DROP
Drop_Item_Data_Value: 0

View File

@ -1,66 +1,42 @@
#
# Settings for Hostile Mobs
###
Hostile:
Mob_1:
Class: CLASS_NAME
XP_Multiplier: 1.0
Tameable: false
Taming_XP: 250
CanBeSummoned: false
COTW_Material_ID: 999
COTW_Material_Data: 9
COTW_Material_Amount: 99
Mob_2:
Class: CLASS_NAME
XP_Multiplier: 1.0
Tameable: false
Taming_XP: 250
CanBeSummoned: false
COTW_Material_ID: 999
COTW_Material_Data: 9
COTW_Material_Amount: 99
# Settings for Custom Mobs
#
# Settings for Neutral Mobs
# Mob name should be the entity type of the mob - usually "ModName_EntityName"
# Be sure to use the "_" character in place of any "." characters in the mob name.
###
Neutral:
Mob_1:
Class: CLASS_NAME
XP_Multiplier: 1.0
Tameable: false
Taming_XP: 250
CanBeSummoned: false
COTW_Material_ID: 999
COTW_Material_Data: 9
COTW_Material_Amount: 99
Mob_2:
Class: CLASS_NAME
XP_Multiplier: 1.0
Tameable: false
Taming_XP: 250
CanBeSummoned: false
COTW_Material_ID: 999
COTW_Material_Data: 9
COTW_Material_Amount: 99
#
# Settings for Passive Mobs
###
Passive:
Mob_1:
Class: CLASS_NAME
XP_Multiplier: 1.0
Tameable: false
Taming_XP: 250
CanBeSummoned: false
COTW_Material_ID: 999
COTW_Material_Data: 9
COTW_Material_Amount: 99
Mob_2:
Class: CLASS_NAME
XP_Multiplier: 1.0
Tameable: false
Taming_XP: 250
CanBeSummoned: false
COTW_Material_ID: 999
COTW_Material_Data: 9
COTW_Material_Amount: 99
Mob_1:
Class: CLASS_NAME
XP_Multiplier: 1.0
Tameable: false
Taming_XP: 250
CanBeSummoned: false
COTW_Material: MATERIAL_NAME
COTW_Material_Data: 9
COTW_Material_Amount: 99
Mob_2:
Class: CLASS_NAME
XP_Multiplier: 1.0
Tameable: false
Taming_XP: 250
CanBeSummoned: false
COTW_Material: MATERIAL_NAME
COTW_Material_Data: 9
COTW_Material_Amount: 99
Mob_3:
Class: CLASS_NAME
XP_Multiplier: 1.0
Tameable: false
Taming_XP: 250
CanBeSummoned: false
COTW_Material: MATERIAL_NAME
COTW_Material_Data: 9
COTW_Material_Amount: 99
Mob_4:
Class: CLASS_NAME
XP_Multiplier: 1.0
Tameable: false
Taming_XP: 250
CanBeSummoned: false
COTW_Material: MATERIAL_NAME
COTW_Material_Data: 9
COTW_Material_Amount: 99