is it even possible? i tested with a minimal example with a new clean instance without other mods or kjs addons and it doesn't work, it registers the recipe without error but it doesn't require any nbt value on the input.
code```javascript
ServerEvents.recipes(event => {
event.shapeless("minecraft:diamond",[Item.of("minecraft:filled_map",{map:0})]);
})
this snippet should make the first ever map generated in a world be craftable into diamonds but any filled map is