Chicken spawn chance?

  • Tech Support section is for getting help with FTB related problems. If there's a repeatable issue that can be labeled as a bug, then please use the issue tracker for the pack or the app at GitHub issue trackers - If there's no repository for a pack that means that the pack is old and/or will not be updated. Bugs for older packs will not be fixed, unless they are critical.
G

GamerWiz

Guest
Title Chicken spawn chance?

Launcher Type

Modpack Skyfactory 3

Modpack version 3.0.10

Have you modified the pack? No

Link to log file

Details of the issue How can I change the percentage at which a chicken spawns when I throw it's respective egg?

Example of chicken config file

# Configuration file

blackchicken {
# Item amount to be laid/dropped. [range: 1 ~ 64, default: 1]
I:dropItemAmount=1

# Item amount to be laid/dropped. [range: -2147483648 ~ 2147483647, default: 0]
I:dropItemMeta=0

# Item name to be laid/dropped. [default: minecraft:dye]
S:dropItemName=minecraft:dye

# Item amount to be laid/dropped. [range: 1 ~ 64, default: 1]
I:eggItemAmount=1

# Item amount to be laid/dropped. [range: -2147483648 ~ 2147483647, default: 0]
I:eggItemMeta=0

# Item name to be laid/dropped. [default: minecraft:dye]
S:eggItemName=minecraft:dye

# Is chicken enabled? [default: true]
B:enabled=true

# Scale time to lay an egg. [range: 0.01 ~ 100.0, default: 1.0]
S:layCoefficient=1.0

# First parent, empty if it's base chicken. [default: ]
S:parent1=

# First parent, empty if it's base chicken. [default: ]
S:parent2=

# Chicken spawn type, can be: NORMAL, SNOW, NONE, HELL [default: NONE]
S:spawnType=NONE
}