We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bbafe5 commit 5781dbdCopy full SHA for 5781dbd
data/crafting/recipes/sand-blast.json
@@ -1,10 +1,13 @@
1
{
2
- "type": "minecraft:blasting",
3
- "ingredient": {
4
- "item": "minecraft:sand"
5
- },
6
- "result": "minecraft:glass",
7
- "experience": 0.1,
8
- "cookingtime": 100,
9
- "group": "sand"
10
-}
+ "type": "minecraft:blasting",
+ "category": "blocks",
+ "group": "sand",
+ "ingredient": {
+ "item": "minecraft:sand"
+ },
+ "result": {
+ "id": "minecraft:glass"
11
+ "experience": 0.1,
12
+ "cookingtime": 100
13
+}
0 commit comments