Expand description
Painting variant recipes.
Intended to provide stonecutter recipes that produce each painting variant with the correct data component. Currently implemented as shapeless recipes until Pumpkin exposes stonecutter or data-component recipe APIs.
§Recipe
| Input (1×) | Output (1×) | Variant |
|---|---|---|
painting | painting (variant) | kebab |
painting | painting (variant) | aztec |
| … | … | … |
Note: The original IllyriaPlus implementation uses Paper’s
DataComponentTypes.PAINTING_VARIANTvia the stonecutter. Pumpkin’s current WIT recipe bindings do not expose data components or stonecutter recipes, so these are stored as shapeless placeholders. They will need upstream support to function identically.
Structs§
- Painting
- Handles painting variant recipes.