Name | quietly_discover_recipe |
Object | PlayerTag |
Input | ListTag |
Description | Causes the player to discover a recipe, or list of recipes, without being notified or updated about this happening.
Generally helpful to follow this with PlayerTag.resend_discovered_recipes. Input is in the Namespace:Key format, for example "minecraft:gold_nugget". |
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/PlayerTag.java#L3777 |