Is my mole bugged? How do I harvest his seed, it only shows a bubble that it has a seed on it, tried milking or shearing? Is it intended to drop like eggs?
Hey Trent thanks for the mod love it! I was trying to keep the quality from raw material to artisan and noticed the parameter is wrongly written in the ProducerRules.json file "KeepInputQuanlity" instead of "KeepInputQuality" so it was not working because of that. Also it didn't have anything for the black sheep and silkworm's wool so I added it. If anyone wants to keep quality from raw to artisan for all cheeses and clothes just go to "[PFM] Trents New Animals" folder, open ProducerRules.json file with notepad, delete all text and copy paste the text below into the file and save. I've put black sheep cloth a bit more valuable than normal sheep cloth since normal cloth is used in quests and recipes so the black one is a bit more valuable to counterbalance. I tested and it was working with no errors in smapi. I've separated the text in several posts because it's too big.
Hi, I wanted to know if the silkworm eggs still appear in areas that have been changed by Stardew Valley Expanded! Despite looking in the areas mentioned in the article about finding eggs, I've only been able to find the desert silkworms. I know in Expanded there are changes to the maps for the mountain, train station, and backwoods, so maybe it's because of those map changes that the eggs aren't spawning? Or I'm just getting unlucky, which I wouldn't be surprised about! I'm also not able to put deer or buffalo milk into the artisan machines? I'm not sure if I'm doing something wrong, if it's a known glitch, or if it's glitching out because of some other mod, so just wanted to see if that's a common thing! Thank you in advance! I'm so glad you updated this mod for 1.6, it was one of my absolute FAVORITES and I was devastated when the original broke
What artisan? ATM it's only the cheese press is working. As for the spawning of Silkworm eggs they should be fine regardless of map patching. I'll add them to the rotating stock of Vincent and Jas.
I'm only here for the deer. Thank you for finally making the mod configurable! I'm wondering if you can somehow use the fawn sprite from fablesandfaerietales's BFAV Deer mod though. Also, is the black sheep a separate animal or a new variant of the vanilla sheep you can get randomly?
I'm wondering if you can somehow use the fawn sprite from fablesandfaerietales's BFAV Deer mod though. No, but you can download the mod and replace the spritesheets for personal use - just make sure to rename them exactly the same Also, is the black sheep a separate animal or a new variant of the vanilla sheep you can get randomly? A variant, no new icon in the shop for them.
is it possible to not have producer framework mod as a dependency? For someone reason the newest version of producer farmer has been throwing all kinds of errors in my game and even did the 50/50 mod removal method. I love this mod so much but unfortunately at least for now I can't play with it until I figure out why the producer framework mod is bugging out.
646 comments
I was trying to keep the quality from raw material to artisan and noticed the parameter is wrongly written in the ProducerRules.json file "KeepInputQuanlity" instead of "KeepInputQuality" so it was not working because of that. Also it didn't have anything for the black sheep and silkworm's wool so I added it.
If anyone wants to keep quality from raw to artisan for all cheeses and clothes just go to "[PFM] Trents New Animals" folder, open ProducerRules.json file with notepad, delete all text and copy paste the text below into the file and save. I've put black sheep cloth a bit more valuable than normal sheep cloth since normal cloth is used in quests and recipes so the black one is a bit more valuable to counterbalance. I tested and it was working with no errors in smapi. I've separated the text in several posts because it's too big.
[
{
"ProducerName": "Cheese Press",
"InputIdentifier": "TMT.TrentNewAnimals_Buffalo_Milk",
"InputStack": 1,
"FuelIdentifier": null,
"FuelStack": 1,
"MinutesUntilReady": 200,
"OutputIdentifier": "TMT.TrentNewAnimals_Buffalo_Cheese",
"OutputName": null,
"PreserveType": null,
"InputPriceBased": false,
"KeepInputQuality": true,
"OutputQuality": 0,
"OutputStack": 1,
"Sounds": ["Ship"],
"PlacingAnimation": null,
"PlacingAnimationColorName": "White",
},
{
"ProducerName": "Cheese Press",
"InputIdentifier": "TMT.TrentNewAnimals_L._Buffalo_Milk",
"InputStack": 1,
"FuelIdentifier": null,
"FuelStack": 1,
"MinutesUntilReady": 200,
"OutputIdentifier": "TMT.TrentNewAnimals_Buffalo_Cheese",
"OutputName": null,
"PreserveType": null,
"InputPriceBased": false,
"KeepInputQuality": true,
"OutputQuality": 0,
"OutputStack": 2,
"Sounds": ["Ship"],
"PlacingAnimation": null,
"PlacingAnimationColorName": "White",
},
{
"ProducerName": "Cheese Press",
"InputIdentifier": "TMT.TrentNewAnimals_Deer_Milk",
"InputStack": 1,
"FuelIdentifier": null,
"FuelStack": 1,
"MinutesUntilReady": 200,
"OutputIdentifier": "TMT.TrentNewAnimals_Deer_Cheese",
"OutputName": null,
"PreserveType": null,
"InputPriceBased": false,
"KeepInputQuality": true,
"OutputQuality": 0,
"OutputStack": 1,
"Sounds": ["Ship"],
"PlacingAnimation": null,
"PlacingAnimationColorName": "White",
},
{
"ProducerName": "Mayonnaise Machine",
"InputIdentifier": "TMT.TrentNewAnimals_Peahen_Egg",
"InputStack": 1,
"FuelIdentifier": null,
"FuelStack": 1,
"MinutesUntilReady": 180,
"OutputIdentifier": "306",
"OutputName": null,
"PreserveType": null,
"InputPriceBased": false,
"KeepInputQuality": true,
"OutputQuality": 2,
"OutputStack": 5,
"Sounds": ["Ship"],
"PlacingAnimation": null,
"PlacingAnimationColorName": "White",
},
{
"ProducerName": "Loom",
"InputIdentifier": "TMT.TrentNewAnimals_Black_Wool",
"InputStack": 1,
"FuelIdentifier": null,
"FuelStack": 1,
"MinutesUntilReady": 240,
"OutputIdentifier": "TMT.TrentNewAnimals_Black_Cloth",
"OutputName": null,
"PreserveType": null,
"InputPriceBased": false,
"OutputPriceIncrement": 50,
"OutputPriceMultiplier": 1,
"KeepInputQuality": true,
"OutputQuality": 0,
"OutputStack": 1,
"Sounds": ["Ship"],
"PlacingAnimation": null,
"PlacingAnimationColorName": "Black",
},
{
"ProducerName": "Loom",
"InputIdentifier": "TMT.TrentNewAnimals_White_Silk_Cocoon",
"InputStack": 1,
"FuelIdentifier": null,
"FuelStack": 1,
"MinutesUntilReady": 240,
"OutputIdentifier": "TMT.TrentNewAnimals_White_Silk_Cloth",
"OutputName": null,
"PreserveType": null,
"InputPriceBased": false,
"OutputPriceIncrement": 0,
"OutputPriceMultiplier": 1,
"KeepInputQuality": true,
"OutputQuality": 0,
"OutputStack": 1,
"Sounds": ["Ship"],
"PlacingAnimation": null,
"PlacingAnimationColorName": "White",
},
{
"ProducerName": "Loom",
"InputIdentifier": "TMT.TrentNewAnimals_Yellow_Silk_Cocoon",
"InputStack": 1,
"FuelIdentifier": null,
"FuelStack": 1,
"MinutesUntilReady": 240,
"OutputIdentifier": "TMT.TrentNewAnimals_Yellow_Silk_Cloth",
"OutputName": null,
"PreserveType": null,
"InputPriceBased": false,
"OutputPriceIncrement": 0,
"OutputPriceMultiplier": 1,
"KeepInputQuality": true,
"OutputQuality": 0,
"OutputStack": 1,
"Sounds": ["Ship"],
"PlacingAnimation": null,
"PlacingAnimationColorName": "White",
},
{
"ProducerName": "Loom",
"InputIdentifier": "TMT.TrentNewAnimals_Golden_Silk_Cocoon",
"InputStack": 1,
"FuelIdentifier": null,
"FuelStack": 1,
"MinutesUntilReady": 240,
"OutputIdentifier": "TMT.TrentNewAnimals_Golden_Silk_Cloth",
"OutputName": null,
"PreserveType": null,
"InputPriceBased": false,
"OutputPriceIncrement": 0,
"OutputPriceMultiplier": 1,
"KeepInputQuality": true,
"OutputQuality": 0,
"OutputStack": 1,
"Sounds": ["Ship"],
"PlacingAnimation": null,
"PlacingAnimationColorName": "White",
},
{
"ProducerName": "Loom",
"InputIdentifier": "TMT.TrentNewAnimals_Wild_Silk_Cocoon",
"InputStack": 1,
"FuelIdentifier": null,
"FuelStack": 1,
"MinutesUntilReady": 240,
"OutputIdentifier": "TMT.TrentNewAnimals_Brown_Silk_Cloth",
"OutputName": null,
"PreserveType": null,
"InputPriceBased": false,
"OutputPriceIncrement": 0,
"OutputPriceMultiplier": 1,
"KeepInputQuality": true,
"OutputQuality": 0,
"OutputStack": 1,
"Sounds": ["Ship"],
"PlacingAnimation": null,
"PlacingAnimationColorName": "White",
},
]
I'm also not able to put deer or buffalo milk into the artisan machines? I'm not sure if I'm doing something wrong, if it's a known glitch, or if it's glitching out because of some other mod, so just wanted to see if that's a common thing! Thank you in advance! I'm so glad you updated this mod for 1.6, it was one of my absolute FAVORITES and I was devastated when the original broke
I'm wondering if you can somehow use the fawn sprite from fablesandfaerietales's BFAV Deer mod though.
Also, is the black sheep a separate animal or a new variant of the vanilla sheep you can get randomly?
Also, is the black sheep a separate animal or a new variant of the vanilla sheep you can get randomly? A variant, no new icon in the shop for them.
2 - Oh great, that's just how I prefer it! Gotta toggle the black sheep on too then.