Replies: 3 comments
-
|
First of all, the lua docs seems to be at /lua/doc, and you have to filter pieces that contains a Vault using Lua. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
@NNlk05 unfortunately, that is the docs of the lua programing language, not the docs of the lua functions / structures that are exposed by cubiomes viewer for us to use |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Unfortunately, there does not seem to be a way to check for a given block or a given structure piece, could this be a new feature ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to find Trial chamber structures that generate multiple Ominous Vaults within the same chunk (could be 2 Trail Chamber overlapping, or a single one looping back on itself doesn't matter)
I was hopping to use Cubiomes for that, but unfortunately there does not seem to be an option for that. I can only add conditions for biomes / structures, but not blocks.
I do see the Lua script option, which makes me think that it should be doable, but I dont know much about Lua, and I also don't know where to find the reference for Lua functions provided by Cubiomes (it does not seem to be in the docs/ folder of the repo, nor in the readme...).
Is it something that can be done ?
If so, what would an example Lua script look like ? Or at least, where can I find the documentation ?
Beta Was this translation helpful? Give feedback.
All reactions