添加斩首武器贴图和雷达配方
This commit is contained in:
parent
3ae7b67865
commit
3ceb498a9b
3 changed files with 36 additions and 0 deletions
|
@ -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 |
|
@ -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
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue