MFLD

Results 34 comments of MFLD

I see no error in the Actions tab for this PR : https://github.com/jbruchon/elks/actions/runs/877003466

The workflow that failed is the 'main' one, that is supposed to reuse the cached output of the 'cross' worflow. As the 'cross' one is far longer (~20 mins), the...

Could you please add the MC version in your report ?

Any working example as such ones is good to have. I would just advise to avoid accumulating examples just for the satisfaction of having the biggest collection. Added value of...

Suggestion : throw away the current sample worlds (rely on a deprecated GitHub feature), modify the test script to download various MC server versions from the Mojang official web site...

I just made a basic test : - downloaded `server.jar` from https://minecraft.net/en-us/download/server/ - ran the server a first time to generate the `eula.txt` file - replaced `false` by `true` in...

> What deprecated Github feature do you refer to? https://github.blog/2012-12-12-goodbye-uploads/ > More fundamentally, this will mean that tests are run to check if scripts work with recent Minecraft versions. You...

Hello @bsinglet, so to summarize, have to test again the following scripts: - [x] `biome_analysis` : works on **1.13.2** - [x] `mob_analysis` : works on **1.13.2** - [x] `regionfile_analysis` :...

@macfreek : that's fine, indeed that's your own opinion, not the "*voice of the customer*" 😄

Just tested with latest version 1.13.2: no problem found with `regionfile_analysis -v`, but failure confirmed for `block_analysis`. Updated the above summary.