The bug
Previously it was possible to use the seed
command in data pack functions. Now it makes the function invalid and shows a NullPointerException
when loading.
execute store result score #seed temp run seed
How to reproduce
Download the attached data pack
and place it in the world folder
/reload
❌ The functionmc-186101:seed
isn't loaded and an error is shown in the output logFailed to load function mc-186101:seed java.util.concurrent.CompletionException: java.lang.NullPointerException
probably related: MC-186087