| 12345678910111213141516171819 |
- {
- "type": "minecraft:crafting_shapeless",
- "group": "light_gray_dye",
- "ingredients": [
- {
- "item": "minecraft:black_dye"
- },
- {
- "item": "minecraft:white_dye"
- },
- {
- "item": "minecraft:white_dye"
- }
- ],
- "result": {
- "item": "minecraft:light_gray_dye",
- "count": 3
- }
- }
|