Giving you a friendly bump for spellcrafts being one of the coolest mods out there,
Could you post the revised code for "- Feedlings also conjure their meat on the ground underneath them now, no need for a nest box." ? I'd like to port that over
Yeah, the feedling creature lost the lays_unusual_egg lines and gained;
[CAN_DO_INTERACTION:FEEDLING_CONJURE_MEAT]
[CDI:ADV_NAME:Drop Meat]
[CDI:USAGE_HINT:CLEAN_SELF]
[CDI:BP_REQUIRED:BY_CATEGORY:TAIL]
[CDI:TARGET:A:SELF_ONLY]
[CDI:WAIT_PERIOD:30000]
the interaction, in interaction_spellcrafts_effects.txt, is this:
[INTERACTION:FEEDLING_CONJURE_MEAT]
[I_TARGET:A:CREATURE]
[IT_LOCATION:CONTEXT_CREATURE]
[IT_MANUAL_INPUT:recipient]
[I_EFFECT:CREATE_ITEM]
[IE_TARGET:A]
[IE_IMMEDIATE]
[IE_ITEM:100:3:MEAT:NONE:CREATURE_MAT:SPELL_MASTER_CHEF:MUSCLE]
[IE_ITEM_QUALITY:0]
So it basically is conjuring meat directly on the ground below itself. Humorously, the food wizard was conjuring piles of salmon under everyone in the fortress because I forgot a line of sight and max target number lines on their CDI. Frankly too much fish.
And thank you, both of you. Still working on updates.
Oh, and @Fikilili; The mini dwarves are themselves vermin, so unfortunately I couldnt do much of that stuff.
I decided to go with what brewer bob suggested, but instead of a new tool I just used coins; coins already exist in-game, meaning no new tools or reaction and you can already melt individual coins down and receive a bar after every ~10 coins iirc.