Update to 1.21

This commit is contained in:
Len 2024-08-01 12:32:13 +02:00
parent a552a4ed9c
commit 3cac38c7c1
5 changed files with 10 additions and 6 deletions

View File

@ -31,7 +31,7 @@
} }
], ],
"result": { "result": {
"item": "minecraft:red_sand", "id": "minecraft:red_sand",
"count": 8 "count": 8
} }
} }

View File

@ -3,6 +3,8 @@
"ingredient": { "ingredient": {
"item": "minecraft:cobblestone" "item": "minecraft:cobblestone"
}, },
"result": "minecraft:gravel", "result": {
"count": 1 "count": 1,
"id": "minecraft:gravel"
}
} }

View File

@ -3,6 +3,8 @@
"ingredient": { "ingredient": {
"item": "minecraft:gravel" "item": "minecraft:gravel"
}, },
"result": "minecraft:sand", "result": {
"count": 1 "count": 1,
"id": "minecraft:sand"
}
} }

View File

@ -21,7 +21,7 @@
"entries": [ "entries": [
{ {
"type": "minecraft:item", "type": "minecraft:item",
"name": "minecraft:0.0025" "name": "minecraft:dragon_egg"
} }
], ],
"rolls": 1.0 "rolls": 1.0