Please be the last fix
This commit is contained in:
parent
64c26cec62
commit
0d471fa010
|
@ -222,5 +222,5 @@ metafile = true
|
|||
|
||||
[[files]]
|
||||
file = "world/datapacks/waystones-recipes.pw.toml"
|
||||
hash = "ac3945adfbf9e9c69fc4c8e7e31ff6948ac0166249170a4a80f837f971a2e612"
|
||||
hash = "de9cef501d217a17f03a60d09808863b59b7b6058cbae19f36509484baa0e116"
|
||||
metafile = true
|
||||
|
|
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
|||
[index]
|
||||
file = "index.toml"
|
||||
hash-format = "sha256"
|
||||
hash = "7fc861c299f475fb05e0de06f13e57783f46801534e253c1bfdabc3c927ace9b"
|
||||
hash = "f8498ac501d9c3ecff6a879ffd1f02da1087f6182994caace4b9cdb24656bc3a"
|
||||
|
||||
[versions]
|
||||
fabric = "0.16.10"
|
||||
|
|
Binary file not shown.
|
@ -1,23 +0,0 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"key": {
|
||||
"O": {
|
||||
"item": "minecraft:obsidian"
|
||||
},
|
||||
"S": {
|
||||
"item": "minecraft:blackstone"
|
||||
},
|
||||
"W": {
|
||||
"item": "minecraft:nether_star"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
" S ",
|
||||
"SWS",
|
||||
"OOO"
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"item": "waystones:blackstone_waystone"
|
||||
}
|
||||
}
|
|
@ -1,22 +0,0 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"key": {
|
||||
"F": {
|
||||
"item": "minecraft:feather"
|
||||
},
|
||||
"G": {
|
||||
"item": "minecraft:gold_nugget"
|
||||
},
|
||||
"P": {
|
||||
"item": "minecraft:paper"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"GFG",
|
||||
"PPP"
|
||||
],
|
||||
"result": {
|
||||
"count": 3,
|
||||
"item": "waystones:blank_scroll"
|
||||
}
|
||||
}
|
|
@ -1,23 +0,0 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"key": {
|
||||
"O": {
|
||||
"item": "minecraft:obsidian"
|
||||
},
|
||||
"S": {
|
||||
"item": "minecraft:deepslate"
|
||||
},
|
||||
"W": {
|
||||
"item": "minecraft:nether_star"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
" S ",
|
||||
"SWS",
|
||||
"OOO"
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"item": "waystones:deepslate_waystone"
|
||||
}
|
||||
}
|
|
@ -2,7 +2,7 @@
|
|||
"type": "minecraft:crafting_shaped",
|
||||
"key": {
|
||||
"F": {
|
||||
"item": "waystones:dormant_shard"
|
||||
"item": "minecraft:nether_star"
|
||||
},
|
||||
"S": {
|
||||
"item": "minecraft:stone_bricks"
|
||||
|
@ -20,4 +20,4 @@
|
|||
"count": 1,
|
||||
"item": "waystones:warp_plate"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -6,4 +6,4 @@ side = "server"
|
|||
url = "https://git.ailur.dev/arzumify/ailuropack/raw/branch/main/waystones-recipes.zip"
|
||||
|
||||
hash-format = "sha256"
|
||||
hash = "0e3de6d5be06fd46aee6c6b16e46cc81e2d31fe29bae4edda9ce09b9bc73de10"
|
||||
hash = "0f5d70e9a328ccb04aa14d4ae8a85ef8e480272b5d4cd3420e1c64c370e1f7e7"
|
||||
|
|
Loading…
Reference in New Issue