You've already forked minecraft-assets
Create/Update assets for version 21w15a
This commit is contained in:
19
data/minecraft/recipes/coarse_dirt.json
Normal file
19
data/minecraft/recipes/coarse_dirt.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"DG",
|
||||
"GD"
|
||||
],
|
||||
"key": {
|
||||
"D": {
|
||||
"item": "minecraft:dirt"
|
||||
},
|
||||
"G": {
|
||||
"item": "minecraft:gravel"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:coarse_dirt",
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user