Saving structure with name containing two consecutive dots logs error "java.io.IOException: Invalid relative path to resource"
The bug
Saving a structure with a name containing two consecutive dots (..) logs the error
Couldn't load structure <structure_name>: java.io.IOException: Invalid relative path to resource: <resource_path>
This is likely caused by the code trying to load the structure from data packs. Loading them from and saving them to the generated/<namespace>/structures folder of a world works fine.
Either way two consecutive dots can form perfectly valid paths when they are in the middle (e.g. a..b) or at the beginning (e.g. ..a) of a path piece, therefore this check should be more precisely and the error message should include, that this is data pack related only.
How to reproduce
/setblock ~ ~ ~ structure_block[mode=save]{mode:"SAVE",name:"a..b"}- Open the structure block GUI and click "SAVE"
- Look at the log
→
The following error appeared
Couldn't load structure minecraft:a..b: java.io.IOException: Invalid relative path to resource: minecraft:structures/a..b.nbt
2018-06-16, 12:34 AM
2019-04-01, 01:48 AM
2019-04-01, 01:48 AM
3
3