Skip to content

Soul scrapperΒΆ

Picture

Soul scrapper turtle

Terrible tool, that allows you to infuse an item in a selected slot with soul of any mob, that you will find on the way.

What I can infuse?

Currently, only automata core can be infused






Function Returns Description
harvestSoul() Result Tries to harvest entity soul at line of sight of turtle into item in selected slot
getLeftEntities() table or nil, string or nil Tries to get information about left entities to fill soul. Returns table if item in selected slot have started consuming soul and nil with error otherwise
getLeftEntities output examples
[
   {"name": "Cow", "leftCount": 1},
   {"name": "Sheep", "leftCount": 1},
   {"name": "Pig", "leftCount": 1}
]