| 12345678910111213141516171819202122232425262728293031323334353637 |
- {
- "type": "minecraft:crafting_shapeless",
- "group": "concrete_powder",
- "ingredients": [
- {
- "item": "minecraft:cyan_dye"
- },
- {
- "item": "minecraft:sand"
- },
- {
- "item": "minecraft:sand"
- },
- {
- "item": "minecraft:sand"
- },
- {
- "item": "minecraft:sand"
- },
- {
- "item": "minecraft:gravel"
- },
- {
- "item": "minecraft:gravel"
- },
- {
- "item": "minecraft:gravel"
- },
- {
- "item": "minecraft:gravel"
- }
- ],
- "result": {
- "item": "minecraft:cyan_concrete_powder",
- "count": 8
- }
- }
|