codetaylor / pyrotech-1.12

An early game mod with new primitive devices, combustion machines, smelting mechanics, storage options, tools, torches, advancements, and absolutely zero GUIs -- with exception to the substantially complete, mostly illustrated, and charred guidebook.
https://pyrotech.readthedocs.io/en/latest/
Other
52 stars 19 forks source link

Add a config option to remove carcass from drops #396

Closed juraj-hrivnak closed 2 years ago

juraj-hrivnak commented 2 years ago

Hello, the new hunting module is excellent. I love it. However, I would want to disable the carcass and keep the hides and pelts only.

So, if added, I would highly appreciate the said config.

codetaylor commented 2 years ago

Carcasses won't drop if they don't have anything to capture or add. Just remove all the capture / add entries in the hunting config -- two lists or maps. I don't remember what they're called off the top of my head.

juraj-hrivnak commented 2 years ago

Oh, right! I've removed all the entries from the DROP_CAPTURE_LIST but missed the drop_map. Now it works, exactly how I wanted, thanks!