Port advancements
This commit is contained in:
parent
6b6df93c00
commit
783b7f6391
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"op": "add",
|
||||
"path": "/parent",
|
||||
"value": "minecraft:story/enter_the_nether"
|
||||
}
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"op": "add",
|
||||
"path": "/parent",
|
||||
"value": "mc_rebalance:story/mine_gold"
|
||||
}
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"op": "add",
|
||||
"path": "/parent",
|
||||
"value": "minecraft:story/enter_the_nether"
|
||||
}
|
||||
|
|
@ -0,0 +1,12 @@
|
|||
[
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/parent",
|
||||
"value": "mc_rebalance:story/wooden_paxel"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/display/icon/id",
|
||||
"value": "minecraft:copper_pickaxe"
|
||||
}
|
||||
]
|
||||
|
|
@ -80,6 +80,10 @@
|
|||
"namespace": "minecraft",
|
||||
"path": "recipe/stone_(pickaxe|axe|hoe|shovel|sword|spear).json"
|
||||
},
|
||||
{
|
||||
"namespace": "minecraft",
|
||||
"path": "advancement/story/(mine_stone|iron_tools|form_obsidian).json"
|
||||
},
|
||||
{
|
||||
"namespace": "enderitemod",
|
||||
"path": "recipe/enderite_spear.json"
|
||||
|
|
|
|||
Loading…
Reference in a new issue