Open bengardner opened 6 months ago
Fascinating, apparently that field was added in 0.13.10. Guess I must've missed it when reading the docs.
There is the problem of the fluid temperature not mattering for mining drills, though (at least, I'm not seeing it in the mineable_properties
table). So I think it makes sense to stick with fluid requesters (along with your auto config code), so that the temperature can be configured.
There is a comment about not being able to get the mining fluid easily. It references a 2017 forum post.
However, the game has since added the
entity.mining_target
field. It is now rather easy to get the mining fluid.Just for a demo, I added this print code.
And see output like:
I used that in the 'auto-configure requester tank' PR. #10