Page 1 of 1

Mining Rocks

Posted: Fri Mar 13, 2015 7:25 pm
by Ranakastrasz

Code: Select all

data.raw["simple-entity"]["stone-rock"].minable =
{
  count = 25,
  hardness = 0.8,
  mining_particle = "stone-particle",
  mining_time = 5,
  result = "stone"
}
I attempted to create a mod that lets you mine rocks. It actually works great. However, there are two Interface issues.
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.