
[Feature Request] Support `limit` key for pool elements
SettingDust opened this issue · 12 comments
limit
can make the elements spawn limited times instead of only weighted
I'm willing to contribute but not sure if it is out of the scope of this mod
A standalone mod that can limit any element in any pool that is data-driven may be better.
Guaranteed elements in jigsaw structures is a part of Lithostitched 1.1, information on how it works is on the wiki here.
A bit confused. How can I make it work with the worldgen_modifier
injected element?
It's not a part of template pools, it's baked into the lithostitched:jigsaw
structure type. It's not quite the same thing, but it was by far the easiest way to implement it.
Alr. I have two points.
- How about something like pool injection to inject elements into guaranteed elements? So that users can add conditional elements like mod structure
- How can I do something like only spawn 1 specific structure for the target pool? I'm not quite sure how min depth works.
Does that mean the amount ofJigsaw Block
between start pool and current pool?
- Interesting idea, might end up allowing guaranteed elements to run modifier predicate checks in the future.
min_depth
controls how many jigsaw connections away the element must be from the starting element at a minimum. For example, amin_depth
of 5 means that there must be at least 5 jigsaw pieces between the start piece and the guaranteed piece.
In my imagination. I can't limit the generated guaranteed piece amount with this option.
Larger min_depth
should make it less
Ohh, do you mean to have something that says "generate this piece up to x number of times"?
Ohh, do you mean to have something that says "generate this piece up to x number of times"?
ya XD
Just like https://modrinth.com/mod/structure-pool-api
If you are going to include it as a feature I will contribute. Or I will create a standalone mod for that
Added in Lithostitched v1.1.3, details on the pool element type are here:
https://github.com/Apollounknowndev/lithostitched/wiki/Structure-Utilities#limited