121
Some checks failed
Build Archlinux-Base Image / base (push) Failing after 39s

This commit is contained in:
azw
2024-09-13 20:16:32 +08:00
parent 5802c4f0b7
commit 46bda2302f
44 changed files with 772 additions and 571 deletions

View File

@@ -0,0 +1,21 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"###",
"#1#",
"###"
],
"key": {
"1": {
"item": "morecrossbows:netherite_crossbow"
},
"#": {
"item": "minecraft:ender_eye"
}
},
"result": {
"item": "morecrossbows:enderite_crossbow",
"count": 1
}
}

View File

@@ -0,0 +1,20 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"###",
"#1#",
"###"
],
"key": {
"1": {
"item": "morecrossbows:gilded_netherite_crossbow"
},
"#": {
"item": "minecraft:ender_eye"
}
},
"result": {
"item": "morecrossbows:gilded_enderite_crossbow",
"count": 1
}
}

View File

@@ -0,0 +1,20 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"###",
"#1#",
"###"
],
"key": {
"1": {
"item": "morecrossbows:enderite_crossbow"
},
"#": {
"item": "minecraft:gilded_blackstone"
}
},
"result": {
"item": "morecrossbows:gilded_enderite_crossbow",
"count": 1
}
}

View File

@@ -0,0 +1,20 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"###",
"#1#",
"###"
],
"key": {
"1": {
"item": "morecrossbows:netherite_crossbow"
},
"#": {
"item": "minecraft:gilded_blackstone"
}
},
"result": {
"item": "morecrossbows:gilded_netherite_crossbow",
"count": 1
}
}

View File

@@ -0,0 +1,6 @@
{
"pack" : {
"pack_format": 15,
"description": "更多弩修复"
}
}