Aryanna Morgan

Results 81 comments of Aryanna Morgan

Okay, I think I fixed the original issue, and also found a workaround for the truncation thing. I'll leave it up to you whether you think the truncation thing is...

I've manually edited my promptline exported file to set the `__promptline_cwd` function to the tweaked version, and using this code seems to work perfectly: ```zsh function __promptline_cwd { local dir_limit=2...

Would it be necessary to have it differentiate between frames and non-frames? If you build an auto-miner, you should be able to simply keep any of your frame structure from...

The sub-cause of this crash and its immediate location - ``` Caused by: java.lang.ClassCastException: net.minecraft.block.BlockAir cannot be cast to org.cyclops.cyclopscore.config.configurable.ConfigurableBlockContainer at org.cyclops.cyclopscore.tileentity.CyclopsTileEntity.getBlock(CyclopsTileEntity.java:277) ~[CyclopsTileEntity.class:?] ``` \- suggests that CyclopsCore is attempting...

For number 5, `!` doesn't seem to work in that I tried to set the quantity to `!4` which I thought would mean "does not have at least 4", but...

Additional request: condition for "available from voyages", "crafted in expert recipe", and maybe also one for "available from fishing" please. Ideally, I'm hoping to make a filter to find all...

Some of that is stuff I definitely didn't know, which should probably be documented, like the `&&` and `||` conjunctions. However, the apparent bug with several numeric fields being seemingly...

A semicolon was expected and not found. On line four, you are missing a semicolon at the end of the line. These two things are very closely related.

Reloading has always been a bit finicky, and IIRC it was described - by the modder - as a bit of a hack. Also... I looked at your code again....

`meta` is optional, and if omitted is considered to be `0`.