Code: Select all
{
type = "mining-drill",
name = "portable-mining-drill",Code: Select all
vector_to_place_result = nilThen having the following lines of code in a mining-drill definition:
Code: Select all
result_inventory_size = 2
inventory_size = 2
storage_slots = 2The mod API request, then: It would be great if a mining-drill entity could have its own inventory, and place its results inside of this inventory.

