Thaodan

Results 6 comments of Thaodan

I don't understand why Region and EmptyRegion are completely separate classes, but I did find a workaround: ``` region_in = anvil.Region.from_file(region_name) region_out = anvil.EmptyRegion(x, y) for x in range(0, 32):...

Bit flawed, but it mostly works The following does get compiled, but minecraft refuses to run it, as it expects "tag" to be followed by a string. > {"jformat":7,"jobject":[{"bold":false,"italic":false,"underlined":false,"strikethrough":false,"obfuscated":false,"font":null,"color":"gold","insertion":"","click_event_type":"0","click_event_value":"","hover_event_type":"2","hover_event_value":"{\"id\":\"minecraft:cake\",\"tag\":{}}","hover_event_object":{},"hover_event_children":[],"text":"Test"}],"command":"/give @p...

Thanks, that would be much appreciated.

Full disclaimer: never trust binaries someone shares in a comment section. That being said, here you go: [nPDF.zip](https://github.com/legimet/nPDF/files/12467610/nPDF.zip)

The problem is not one of order. The issue is that the function does not terminate when `fail` is executed. ```mcfunction fail "This is a fail!" say I should not...

Actually, `fail`, `assert`, `succeed` and even `return` all fail to end the test early.