# Turn to true if you want to disable milk removing potion effects # e.g. if you want to use milk only to craft with custom recipes disable-milk-cure-effect: false
# Enable or disable the custom milking feature for each animal animals:
cow: true
mooshroom: true
goat: true
sheep: true
horse: true
donkey: true
camel: true
# To customize milk item for each animal # The material used is the milk bucket # name = the custom name of item # custom-model-data = the custom-model-data of item (obvious) / type 0 to disable items:
cow:
name: "&fCow milk" custom-model-data: 0
mooshroom:
name: "&fMooshroom milk" custom-model-data: 0
goat:
name: "&fGoat milk" custom-model-data: 1
sheep:
name: "&fSheep milk" custom-model-data: 2
horse:
name: "&fMare milk" custom-model-data: 3
donkey:
name: "&fDonkey milk" custom-model-data: 4
camel:
name: "&fCamel milk" custom-model-data: 5
# The cooldown between each collection of milk # In SECONDS # Type 0 to disable cooldown (like in vanilla) milk-cooldown:
cow: 180
mooshroom: 180
goat: 300
sheep: 300
horse: 600
donkey: 600
camel: 600
messages:
milk-cooldown: "&4%cd% &cleft until the next milk collection!"