GalaxyDatapack/data/galaxy/recipes/red_sand.json

38 lines
561 B
JSON
Raw Normal View History

2024-07-29 15:58:27 +00:00
{
"type": "minecraft:crafting_shapeless",
"category": "building",
"ingredients": [
{
"item": "minecraft:sand"
},
{
"item": "minecraft:sand"
},
{
"item": "minecraft:sand"
},
{
"item": "minecraft:sand"
},
{
"item": "minecraft:red_dye"
},
{
"item": "minecraft:sand"
},
{
"item": "minecraft:sand"
},
{
"item": "minecraft:sand"
},
{
"item": "minecraft:sand"
}
],
"result": {
"item": "minecraft:red_sand",
"count": 8
}
}