CHANGE LOG: FIXEDa /cr reload issue that occurred in minecraft versions 1.12-1.15. The issue stemmed from NamespacedKey#fromString not existing between those versions, and the recipe API was throwing an error.
FIXEDan issue discovered in 1.21.3 that stemmed from the NBTEditor library being outdated. This has been updated and the start-up error has been fixed.
ADDED an option to have spawners as recipe results, or ingredient identifiers. To set the spawner type you will utilize 'Custom-Tags' in the recipe file. Make sure you set the recipe type to SPAWNER. See below
Code (Text):
Custom-Tags:
- path:
- SpawnerID
value: Zombie
These issues did not affect versions 1.8-1.21.2. Thank you for reporting