Hidden Loot

by Gerkiz

This mod adds some hidden loot when mining trees or rocks.

Content
3 years ago
0.18 - 1.1
2.80K
Mining

g [answered] Q/A: Frequency, Loader item, robots

1 year, 8 months ago

Hey, like you mod a lot :3
Some questions..
value = 320 is how frequent in % to get a chest form one tree\rock?
value = 10 is how frequent in %?
Is it normal for the mod to give the Loader item to the player? You can't make them in vanilla usually.
Does the loot scale with sic or it is kept low level? (I like it being low level, btw)
Do bots removing trees\rocks trigger the spawn or is it only due to player interaction?

1 year, 8 months ago

Hiho! Glad you're enjoying the mod! ^_^

The value 320 is how randomized value, it goes:
math.random(1, 320) or whatever setting you have set in your mod settings.

The loaders are in the treasure filter, so one would receive them if the RNG hits "loaders" as a reward.

Currently it does not scale at all. It is totally random.

Currently it is only for when player has mined an entity. Let me know if you want robots to also be able to receive random loot.

1 year, 7 months ago

Thank you for the answer! <3

New response