thephoenixlodge / Heavens-of-Sorcery

Heavens of Sorcery modpack for MC 1.12.2. Developed by thephoenixlodge for ItsLewdicolo
MIT License
12 stars 4 forks source link

bug where you cant get leather from cows #167

Closed ZappierFour50 closed 1 year ago

ZappierFour50 commented 2 years ago

title sums it up but there's no way to get leather from cows edit-sorry I meant the summoned cows+and the jei says nothing for cows

ewanm89 commented 2 years ago

in cutting.zs we have:

addCuttingMeat("cow", "minecraft:entities/cow", {"pool1" : {<minecraft:beef> : [1, 2]}, "main" : {<minecraft:leather> : [1, 2]}});

Yes leather does drop from cows, JEI does not understand our dynamic modifying of the drop tables to link to cutting skill though. there are other ways to get animal death drops without killing the animals too.