添加斩首武器贴图和雷达配方

This commit is contained in:
Atsuihsio 2024-12-31 20:30:44 +08:00
parent 3ae7b67865
commit 3ceb498a9b
3 changed files with 36 additions and 0 deletions

View file

@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "superbwarfare:item/perk/vorpal_weapon"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View file

@ -0,0 +1,30 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"pattern": [
"ada",
" c ",
"beb"
],
"key": {
"a": {
"item": "minecraft:iron_bars"
},
"b": {
"item": "minecraft:iron_ingot"
},
"c": {
"item": "superbwarfare:motor"
},
"e": {
"item": "superbwarfare:cell"
},
"d": {
"item": "minecraft:observer"
}
},
"result": {
"item": "superbwarfare:fumo_25",
"count": 1
}
}