Code: Select all
data.raw["simple-entity"]["stone-rock"].minable =
{
count = 25,
hardness = 0.8,
mining_particle = "stone-particle",
mining_time = 5,
result = "stone"
}
One, it doesn't show the "expected resources" data when you hover over a rock.
Two, there is no sound when mining it until it is completely mined.
I don't see any data in the Tree Entity on what makes those two things occur, so I think it might be elsewhere. I cannot seem to locate it however.