-
Bug
-
Resolution: Fixed
-
20w22a
-
None
-
Confirmed
-
Commands
-
Important
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 mc-186101.zip and place it in the world folder
- /reload
The function mc-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
- relates to
-
MC-186087 World Seed reset to "0" after upgrade from one snapshot to another
- Resolved