[object Object]
[object Object]
This is fixed in 2.9.2.
You can add a newline to a string by typing `\n`, ie. `channel:send("first line\nsecond line")`. However, the best way to get help with your code is to join the [Discord...
It'd be nice for debugging if a file & line number could be added to this, if that's easy to do.
Even if it's disabled by default like Sinister said?
Update: it's *possible* to work around this issue by calling internal JSII functions with the below code, but it feels fragile. This works by essentially intercepting the output of `jsii.get()`...
hey, I actually made a thing to do this called [hexdoc](https://hexdoc.hexxy.media/) - the main documentation is still a bit sparse, but the README for [hexdoc-mod-template](https://github.com/hexdoc-dev/hexdoc-mod-template) is pretty thorough. it's currently...
Yes, this is a bug in Supplementaries. I don't see anything added to the code since this issue was made which would resolve it, but I'm not able to test...
Sorry for the lazy issue, my bad. Here's a bit more detail. Below is the `/data get entity` output for the same mind-flayed villager before and after caging/releasing it. For...
More details. Here's the NBT of the cage item itself. Seems like the Cardinal Components data isn't getting saved: `cardinal_components: {}` ``` {BlockEntityTag: {MobHolder: {Name: "Cartographer", EntityData: {DeathTime: 0, Xp:...
More details: this only happens on Quilt. On Fabric, the brainswept villager can't be caged at all. (Edit: Or in my dev environment on Fabric it can be caged just...