Use tags for all vanilla ores in grinding recipes (unearthed compat) (#2283)
This commit is contained in:
parent
3cf57044ce
commit
9e78f8910e
17 changed files with 42 additions and 12 deletions
6
src/main/resources/data/c/tags/items/coal_ores.json
Normal file
6
src/main/resources/data/c/tags/items/coal_ores.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"replace": false,
|
||||
"values": [
|
||||
"minecraft:coal_ore"
|
||||
]
|
||||
}
|
6
src/main/resources/data/c/tags/items/emerald_ores.json
Normal file
6
src/main/resources/data/c/tags/items/emerald_ores.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"replace": false,
|
||||
"values": [
|
||||
"minecraft:emerald_ore"
|
||||
]
|
||||
}
|
6
src/main/resources/data/c/tags/items/iron_ores.json
Normal file
6
src/main/resources/data/c/tags/items/iron_ores.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"replace": false,
|
||||
"values": [
|
||||
"minecraft:iron_ore"
|
||||
]
|
||||
}
|
6
src/main/resources/data/c/tags/items/lapis_ores.json
Normal file
6
src/main/resources/data/c/tags/items/lapis_ores.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"replace": false,
|
||||
"values": [
|
||||
"minecraft:lapis_ore"
|
||||
]
|
||||
}
|
6
src/main/resources/data/c/tags/items/redstone_ores.json
Normal file
6
src/main/resources/data/c/tags/items/redstone_ores.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"replace": false,
|
||||
"values": [
|
||||
"minecraft:redstone_ore"
|
||||
]
|
||||
}
|
|
@ -4,7 +4,7 @@
|
|||
"time": 200,
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:coal_ore"
|
||||
"tag": "c:coal_ores"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"time": 270,
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:emerald_ore"
|
||||
"tag": "c:emerald_ores"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"time": 270,
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:iron_ore"
|
||||
"tag": "c:iron_ores"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"time": 200,
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:lapis_ore"
|
||||
"tag": "c:lapis_ores"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"time": 270,
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:redstone_ore"
|
||||
"tag": "c:redstone_ores"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
},
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:coal_ore"
|
||||
"tag": "c:coal_ores"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
},
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:coal_ore"
|
||||
"tag": "c:coal_ores"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
},
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:emerald_ore"
|
||||
"tag": "c:emerald_ores"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
},
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:emerald_ore"
|
||||
"tag": "c:emerald_ores"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
},
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:iron_ore"
|
||||
"tag": "c:iron_ores"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
},
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:lapis_ore"
|
||||
"tag": "c:lapis_ores"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
},
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:redstone_ore"
|
||||
"tag": "c:redstone_ores"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
|
|
Loading…
Reference in a new issue