Add spear backport
This commit is contained in:
parent
61f2b16e69
commit
70f3f14b8b
|
|
@ -128,6 +128,21 @@
|
|||
},
|
||||
"path": "mods/copperagebackport-fabric-1.21.1-0.1.4.jar"
|
||||
},
|
||||
{
|
||||
"downloads": [
|
||||
"https://cdn.modrinth.com/data/rVUtrHuM/versions/hWqNRwyP/spear-backport-fabric-1.7.3-1.21.1.jar"
|
||||
],
|
||||
"env": {
|
||||
"client": "required",
|
||||
"server": "required"
|
||||
},
|
||||
"fileSize": 411315,
|
||||
"hashes": {
|
||||
"sha1": "6a23e6cd7e400c99cfd3b28b93afeefd3401a813",
|
||||
"sha512": "8d9b7f634b6387bf2fab5ea87816e872b3a11566012ba98c0c2d793eeff8d4ec25a05ff53f885a5faa3870ed87c8ae89a838a5e93346681c218d4a4f96112911"
|
||||
},
|
||||
"path": "mods/spear-backport-fabric-1.7.3-1.21.1.jar"
|
||||
},
|
||||
{
|
||||
"downloads": [
|
||||
"https://cdn.modrinth.com/data/P7dR8mSH/versions/3wZtvzew/fabric-api-0.116.8%2B1.21.1.jar"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"values": [
|
||||
"#mc_rebalance:paxels",
|
||||
"#minecraft:spears",
|
||||
"#defaulted:copper_tools"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@
|
|||
"minecraft:copper_pickaxe",
|
||||
"minecraft:copper_shovel",
|
||||
"minecraft:copper_sword",
|
||||
"minecraft:copper_spear",
|
||||
"mc_rebalance:copper_paxel"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"values": [
|
||||
"minecraft:diamond_spear",
|
||||
"mc_rebalance:diamond_paxel"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"values": [
|
||||
"minecraft:golden_spear",
|
||||
"mc_rebalance:golden_paxel"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"values": [
|
||||
"minecraft:iron_spear",
|
||||
"mc_rebalance:iron_paxel"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"values": [
|
||||
"minecraft:netherite_spear",
|
||||
"mc_rebalance:netherite_paxel"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"values": [
|
||||
"minecraft:stone_spear",
|
||||
"mc_rebalance:stone_paxel"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"values": [
|
||||
"minecraft:wooden_spear",
|
||||
"mc_rebalance:wooden_paxel"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -17,6 +17,26 @@
|
|||
{
|
||||
"namespace": "minecraft",
|
||||
"path": "recipe/stone_(pickaxe|axe|hoe|shovel|sword|spear).json"
|
||||
},
|
||||
{
|
||||
"namespace": "enderitemod",
|
||||
"path": "recipe/enderite_spear.json"
|
||||
},
|
||||
{
|
||||
"namespace": "enderitemod",
|
||||
"path": "tags/item/enderite_items.json"
|
||||
},
|
||||
{
|
||||
"namespace": "oreganized",
|
||||
"path": "recipe/electrum_spear.json"
|
||||
},
|
||||
{
|
||||
"namespace": "ender_dragon_loot",
|
||||
"path": "recipe/dragon_spear.json"
|
||||
},
|
||||
{
|
||||
"namespace": "dragonloot",
|
||||
"path": "recipe/dragon_spear.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue