Grinder tag for diamond ore. Closes #2275
This commit is contained in:
parent
81f033ceec
commit
86765feb92
4 changed files with 9 additions and 3 deletions
6
src/main/resources/data/c/tags/items/diamond_ores.json
Normal file
6
src/main/resources/data/c/tags/items/diamond_ores.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"replace": false,
|
||||
"values": [
|
||||
"minecraft:diamond_ore"
|
||||
]
|
||||
}
|
|
@ -4,7 +4,7 @@
|
|||
"time": 270,
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:diamond_ore"
|
||||
"tag": "c:diamond_ores"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
},
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:diamond_ore"
|
||||
"tag": "c:diamond_ores"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
},
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:diamond_ore"
|
||||
"tag": "c:diamond_ores"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
|
|
Loading…
Reference in a new issue