About this mod
Displays a heart over your farm animals until you pet them and optional your pet.
Now it shows also the product icon above the animal, if it is ready to harvest.
- Requirements
- Permissions and credits
- Mirrors
- Changelogs
- Donations
Now with the product icon above the animal, if it is ready to harvest.
Optional your pet.
DefaultConfig:
{
"PetToo": true,
"ShowIsHarvestable": true,
"ShowTruffle": true,
"ShowIsHarvestableTime": 5,
"Keys": {
"Reload": "F9",
"Toggle": "F10"
},
"Entities": {
"Bubble": {
"Color": "165, 165, 165, 165",
"X": 141,
"Y": 465,
"Width": 20,
"Height": 24,
"Rotation": 0.0,
"Scale": 2.0,
"Origin": "0, 0",
"Offset": "0, 0",
"SpriteEffects": "None"
},
"Heart": {
"Color": "255, 255, 255, 255",
"X": 172,
"Y": 514,
"Width": 9,
"Height": 10,
"Rotation": 0.0,
"Scale": 3.0,
"Origin": "0, 0",
"Offset": "7, 7",
"SpriteEffects": "None"
},
"CowMilk": {
"Color": "255, 255, 255, 255",
"X": 256,
"Y": 112,
"Width": 16,
"Height": 16,
"Rotation": 0.0,
"Scale": 2.0,
"Origin": "0, 0",
"Offset": "4, 4",
"SpriteEffects": "None"
},
"GoatMilk": {
"Color": "255, 255, 255, 255",
"X": 64,
"Y": 288,
"Width": 16,
"Height": 16,
"Rotation": 0.0,
"Scale": 2.0,
"Origin": "0, 0",
"Offset": "4, 4",
"SpriteEffects": "None"
},
"Truffle": {
"Color": "255, 255, 255, 255",
"X": 352,
"Y": 272,
"Width": 16,
"Height": 16,
"Rotation": 0.0,
"Scale": 2.0,
"Origin": "0, 0",
"Offset": "4, 4",
"SpriteEffects": "None"
},
"Wool": {
"Color": "255, 255, 255, 255",
"X": 128,
"Y": 288,
"Width": 16,
"Height": 16,
"Rotation": 0.0,
"Scale": 2.0,
"Origin": "0, 0",
"Offset": "4, 4",
"SpriteEffects": "None"
}
},
"Offsets": {
"BarnAnimal": "32, -64",
"CoopAnimal": "0, -64",
"Pet": "32, -64"
}
}
Source Code: github