yarn/mappings/net/minecraft/recipe/SpecialRecipeSerializer.map...

10 lines
623 B
Plaintext

CLASS net/minecraft/class_1866 net/minecraft/recipe/SpecialRecipeSerializer
COMMENT A serializer for hardcoded recipes. The recipes with this serializer don't
COMMENT transport any extra data besides their ID when read from JSON or synchronized
COMMENT over network.
COMMENT
COMMENT <p>The name "special" comes from the fact that in vanilla, recipes using this
COMMENT serializer have IDs starting with {@code crafting_special_}. All of their logic and ingredients
COMMENT are also defined in code, which distinguishes them from "non-special" recipes.
FIELD field_9046 factory Lnet/minecraft/class_1866$class_7711;