LuaEntity.minable
Posted: Tue May 09, 2017 9:49 pm
From an actual prototype:
From the API reference:
I'd actually like access to entity.minable.result and entity.minable.mining_time, both of which seem like a simple request, and the sort of thing that makes people want access to data.raw.
Code: Select all
minable = {hardness = 0.2, mining_time = 0.5, result = "inserter"}
This was brought to my attention in the new "Simple property requests" thread as an example of what not to request in that thread.minable :: boolean [Read-Write]
I'd actually like access to entity.minable.result and entity.minable.mining_time, both of which seem like a simple request, and the sort of thing that makes people want access to data.raw.