添加捷径包(确信)
This commit is contained in:
parent
4580d407da
commit
1a1c45c24b
14 changed files with 263 additions and 215 deletions
|
@ -236,6 +236,7 @@ public class ModItems {
|
||||||
/**
|
/**
|
||||||
* 单独注册,用于Tab图标,不要删
|
* 单独注册,用于Tab图标,不要删
|
||||||
*/
|
*/
|
||||||
|
public static final RegistryObject<Item> SHORTCUT_PACK = PERKS.register("shortcut_pack", () -> new Item(new Item.Properties().rarity(Rarity.EPIC)));
|
||||||
|
|
||||||
public static final RegistryObject<Item> EMPTY_PERK = PERKS.register("empty_perk", () -> new Item(new Item.Properties()));
|
public static final RegistryObject<Item> EMPTY_PERK = PERKS.register("empty_perk", () -> new Item(new Item.Properties()));
|
||||||
|
|
||||||
|
|
|
@ -233,6 +233,7 @@
|
||||||
"des.superbwarfare.volt_overload": "Increases the shock damage of Taser Gun",
|
"des.superbwarfare.volt_overload": "Increases the shock damage of Taser Gun",
|
||||||
|
|
||||||
"item.superbwarfare.empty_perk": "Empty Perk",
|
"item.superbwarfare.empty_perk": "Empty Perk",
|
||||||
|
"item.superbwarfare.shortcut_pack": "Shortcut Pack",
|
||||||
|
|
||||||
"perk.superbwarfare.tips": "[Perks]",
|
"perk.superbwarfare.tips": "[Perks]",
|
||||||
"perk.superbwarfare.slot": "Type: ",
|
"perk.superbwarfare.slot": "Type: ",
|
||||||
|
|
|
@ -238,6 +238,7 @@
|
||||||
"perk.superbwarfare.slot_Functional": "功能模组",
|
"perk.superbwarfare.slot_Functional": "功能模组",
|
||||||
"perk.superbwarfare.slot_Damage": "伤害模组",
|
"perk.superbwarfare.slot_Damage": "伤害模组",
|
||||||
"item.superbwarfare.empty_perk": "空白模组",
|
"item.superbwarfare.empty_perk": "空白模组",
|
||||||
|
"item.superbwarfare.shortcut_pack": "捷径包",
|
||||||
|
|
||||||
"death.attack.gunfire": "%1$s被%2$s射爆了",
|
"death.attack.gunfire": "%1$s被%2$s射爆了",
|
||||||
"death.attack.gunfire.entity": "%1$s被%2$s射爆了",
|
"death.attack.gunfire.entity": "%1$s被%2$s射爆了",
|
||||||
|
|
|
@ -0,0 +1,51 @@
|
||||||
|
{
|
||||||
|
"credit": "Made with Blockbench",
|
||||||
|
"parent": "builtin/entity",
|
||||||
|
"texture_size": [
|
||||||
|
256,
|
||||||
|
256
|
||||||
|
],
|
||||||
|
"display": {
|
||||||
|
"firstperson_righthand": {
|
||||||
|
"translation": [
|
||||||
|
-4.75,
|
||||||
|
-2.75,
|
||||||
|
-4.5
|
||||||
|
],
|
||||||
|
"scale": [
|
||||||
|
2,
|
||||||
|
2,
|
||||||
|
2
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"firstperson_lefthand": {
|
||||||
|
"translation": [
|
||||||
|
8.75,
|
||||||
|
-61,
|
||||||
|
-21
|
||||||
|
],
|
||||||
|
"scale": [
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"gui": {
|
||||||
|
"rotation": [
|
||||||
|
165.69,
|
||||||
|
-39.63,
|
||||||
|
178.66
|
||||||
|
],
|
||||||
|
"translation": [
|
||||||
|
-2.4,
|
||||||
|
-4.75,
|
||||||
|
0
|
||||||
|
],
|
||||||
|
"scale": [
|
||||||
|
0.21,
|
||||||
|
0.21,
|
||||||
|
0.21
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,102 @@
|
||||||
|
{
|
||||||
|
"credit": "Made with Blockbench",
|
||||||
|
"parent": "builtin/entity",
|
||||||
|
"texture_size": [
|
||||||
|
64,
|
||||||
|
64
|
||||||
|
],
|
||||||
|
"gui_light": "front",
|
||||||
|
"display": {
|
||||||
|
"thirdperson_righthand": {
|
||||||
|
"translation": [
|
||||||
|
0,
|
||||||
|
5.5,
|
||||||
|
-0.25
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"thirdperson_lefthand": {
|
||||||
|
"scale": [
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"firstperson_righthand": {
|
||||||
|
"translation": [
|
||||||
|
-1.5,
|
||||||
|
-12.5,
|
||||||
|
-26.5
|
||||||
|
],
|
||||||
|
"scale": [
|
||||||
|
3,
|
||||||
|
3,
|
||||||
|
3
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"firstperson_lefthand": {
|
||||||
|
"scale": [
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"ground": {
|
||||||
|
"translation": [
|
||||||
|
0,
|
||||||
|
4.25,
|
||||||
|
0
|
||||||
|
],
|
||||||
|
"scale": [
|
||||||
|
1.2,
|
||||||
|
1.2,
|
||||||
|
1.2
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"gui": {
|
||||||
|
"rotation": [
|
||||||
|
90,
|
||||||
|
45,
|
||||||
|
-90
|
||||||
|
],
|
||||||
|
"translation": [
|
||||||
|
-5.75,
|
||||||
|
-1.5,
|
||||||
|
0
|
||||||
|
],
|
||||||
|
"scale": [
|
||||||
|
1.6,
|
||||||
|
1.6,
|
||||||
|
1.6
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"head": {
|
||||||
|
"translation": [
|
||||||
|
0,
|
||||||
|
23.75,
|
||||||
|
0
|
||||||
|
],
|
||||||
|
"scale": [
|
||||||
|
3,
|
||||||
|
3,
|
||||||
|
3
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"fixed": {
|
||||||
|
"rotation": [
|
||||||
|
90,
|
||||||
|
-45,
|
||||||
|
90
|
||||||
|
],
|
||||||
|
"translation": [
|
||||||
|
-6.5,
|
||||||
|
7.5,
|
||||||
|
0
|
||||||
|
],
|
||||||
|
"scale": [
|
||||||
|
2,
|
||||||
|
2,
|
||||||
|
2
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"credit": "Made with Blockbench",
|
||||||
|
"parent": "builtin/entity",
|
||||||
|
"texture_size": [
|
||||||
|
128,
|
||||||
|
128
|
||||||
|
],
|
||||||
|
"display": {
|
||||||
|
"firstperson_righthand": {
|
||||||
|
"translation": [
|
||||||
|
-6.5,
|
||||||
|
3.75,
|
||||||
|
5
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"firstperson_lefthand": {
|
||||||
|
"scale": [
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,46 @@
|
||||||
|
{
|
||||||
|
"credit": "Made with Blockbench",
|
||||||
|
"parent": "builtin/entity",
|
||||||
|
"texture_size": [
|
||||||
|
64,
|
||||||
|
64
|
||||||
|
],
|
||||||
|
"display": {
|
||||||
|
"firstperson_righthand": {
|
||||||
|
"translation": [
|
||||||
|
-10.25,
|
||||||
|
-2.5,
|
||||||
|
-7.25
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"firstperson_lefthand": {
|
||||||
|
"translation": [
|
||||||
|
-80,
|
||||||
|
-80,
|
||||||
|
-80
|
||||||
|
],
|
||||||
|
"scale": [
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"gui": {
|
||||||
|
"rotation": [
|
||||||
|
165.69,
|
||||||
|
-39.63,
|
||||||
|
178.66
|
||||||
|
],
|
||||||
|
"translation": [
|
||||||
|
0.25,
|
||||||
|
-3.5,
|
||||||
|
0
|
||||||
|
],
|
||||||
|
"scale": [
|
||||||
|
0.45,
|
||||||
|
0.45,
|
||||||
|
0.45
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -1,53 +1,5 @@
|
||||||
{
|
{
|
||||||
"credit": "Made with Blockbench",
|
"parent": "superbwarfare:displaysettings/aa12.item",
|
||||||
"parent": "builtin/entity",
|
|
||||||
"texture_size": [
|
|
||||||
256,
|
|
||||||
256
|
|
||||||
],
|
|
||||||
"display": {
|
|
||||||
"firstperson_righthand": {
|
|
||||||
"translation": [
|
|
||||||
-4.75,
|
|
||||||
-2.75,
|
|
||||||
-4.5
|
|
||||||
],
|
|
||||||
"scale": [
|
|
||||||
2,
|
|
||||||
2,
|
|
||||||
2
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"firstperson_lefthand": {
|
|
||||||
"translation": [
|
|
||||||
8.75,
|
|
||||||
-61,
|
|
||||||
-21
|
|
||||||
],
|
|
||||||
"scale": [
|
|
||||||
0,
|
|
||||||
0,
|
|
||||||
0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"gui": {
|
|
||||||
"rotation": [
|
|
||||||
165.69,
|
|
||||||
-39.63,
|
|
||||||
178.66
|
|
||||||
],
|
|
||||||
"translation": [
|
|
||||||
-2.4,
|
|
||||||
-4.75,
|
|
||||||
0
|
|
||||||
],
|
|
||||||
"scale": [
|
|
||||||
0.21,
|
|
||||||
0.21,
|
|
||||||
0.21
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"textures": {
|
"textures": {
|
||||||
"layer0": "superbwarfare:item/aa12_new"
|
"layer0": "superbwarfare:item/aa12_new"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,104 +1,5 @@
|
||||||
{
|
{
|
||||||
"credit": "Made with Blockbench",
|
"parent": "superbwarfare:displaysettings/abekiri.item",
|
||||||
"parent": "builtin/entity",
|
|
||||||
"texture_size": [
|
|
||||||
64,
|
|
||||||
64
|
|
||||||
],
|
|
||||||
"gui_light": "front",
|
|
||||||
"display": {
|
|
||||||
"thirdperson_righthand": {
|
|
||||||
"translation": [
|
|
||||||
0,
|
|
||||||
5.5,
|
|
||||||
-0.25
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"thirdperson_lefthand": {
|
|
||||||
"scale": [
|
|
||||||
0,
|
|
||||||
0,
|
|
||||||
0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"firstperson_righthand": {
|
|
||||||
"translation": [
|
|
||||||
-1.5,
|
|
||||||
-12.5,
|
|
||||||
-26.5
|
|
||||||
],
|
|
||||||
"scale": [
|
|
||||||
3,
|
|
||||||
3,
|
|
||||||
3
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"firstperson_lefthand": {
|
|
||||||
"scale": [
|
|
||||||
0,
|
|
||||||
0,
|
|
||||||
0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"ground": {
|
|
||||||
"translation": [
|
|
||||||
0,
|
|
||||||
4.25,
|
|
||||||
0
|
|
||||||
],
|
|
||||||
"scale": [
|
|
||||||
1.2,
|
|
||||||
1.2,
|
|
||||||
1.2
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"gui": {
|
|
||||||
"rotation": [
|
|
||||||
90,
|
|
||||||
45,
|
|
||||||
-90
|
|
||||||
],
|
|
||||||
"translation": [
|
|
||||||
-5.75,
|
|
||||||
-1.5,
|
|
||||||
0
|
|
||||||
],
|
|
||||||
"scale": [
|
|
||||||
1.6,
|
|
||||||
1.6,
|
|
||||||
1.6
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"head": {
|
|
||||||
"translation": [
|
|
||||||
0,
|
|
||||||
23.75,
|
|
||||||
0
|
|
||||||
],
|
|
||||||
"scale": [
|
|
||||||
3,
|
|
||||||
3,
|
|
||||||
3
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"fixed": {
|
|
||||||
"rotation": [
|
|
||||||
90,
|
|
||||||
-45,
|
|
||||||
90
|
|
||||||
],
|
|
||||||
"translation": [
|
|
||||||
-6.5,
|
|
||||||
7.5,
|
|
||||||
0
|
|
||||||
],
|
|
||||||
"scale": [
|
|
||||||
2,
|
|
||||||
2,
|
|
||||||
2
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"textures": {
|
"textures": {
|
||||||
"layer0": "superbwarfare:item/abekiri"
|
"layer0": "superbwarfare:item/abekiri"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,26 +1,5 @@
|
||||||
{
|
{
|
||||||
"credit": "Made with Blockbench",
|
"parent": "superbwarfare:displaysettings/ak47.item",
|
||||||
"parent": "builtin/entity",
|
|
||||||
"texture_size": [
|
|
||||||
128,
|
|
||||||
128
|
|
||||||
],
|
|
||||||
"display": {
|
|
||||||
"firstperson_righthand": {
|
|
||||||
"translation": [
|
|
||||||
-6.5,
|
|
||||||
3.75,
|
|
||||||
5
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"firstperson_lefthand": {
|
|
||||||
"scale": [
|
|
||||||
0,
|
|
||||||
0,
|
|
||||||
0
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"textures": {
|
"textures": {
|
||||||
"layer0": "superbwarfare:item/ak47"
|
"layer0": "superbwarfare:item/ak47"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,48 +1,5 @@
|
||||||
{
|
{
|
||||||
"credit": "Made with Blockbench",
|
"parent": "superbwarfare:displaysettings/bocek.item",
|
||||||
"parent": "builtin/entity",
|
|
||||||
"texture_size": [
|
|
||||||
64,
|
|
||||||
64
|
|
||||||
],
|
|
||||||
"display": {
|
|
||||||
"firstperson_righthand": {
|
|
||||||
"translation": [
|
|
||||||
-10.25,
|
|
||||||
-2.5,
|
|
||||||
-7.25
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"firstperson_lefthand": {
|
|
||||||
"translation": [
|
|
||||||
-80,
|
|
||||||
-80,
|
|
||||||
-80
|
|
||||||
],
|
|
||||||
"scale": [
|
|
||||||
0,
|
|
||||||
0,
|
|
||||||
0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"gui": {
|
|
||||||
"rotation": [
|
|
||||||
165.69,
|
|
||||||
-39.63,
|
|
||||||
178.66
|
|
||||||
],
|
|
||||||
"translation": [
|
|
||||||
0.25,
|
|
||||||
-3.5,
|
|
||||||
0
|
|
||||||
],
|
|
||||||
"scale": [
|
|
||||||
0.45,
|
|
||||||
0.45,
|
|
||||||
0.45
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"textures": {
|
"textures": {
|
||||||
"layer0": "superbwarfare:item/bocek"
|
"layer0": "superbwarfare:item/bocek"
|
||||||
}
|
}
|
||||||
|
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"parent": "item/generated",
|
||||||
|
"textures": {
|
||||||
|
"layer0": "superbwarfare:item/perk/shortcut_pack"
|
||||||
|
}
|
||||||
|
}
|
Binary file not shown.
After Width: | Height: | Size: 531 B |
|
@ -0,0 +1,27 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shaped",
|
||||||
|
"category": "misc",
|
||||||
|
"pattern": [
|
||||||
|
"ada",
|
||||||
|
"cbc",
|
||||||
|
"ada"
|
||||||
|
],
|
||||||
|
"key": {
|
||||||
|
"a": {
|
||||||
|
"item": "minecraft:diamond"
|
||||||
|
},
|
||||||
|
"b": {
|
||||||
|
"item": "superbwarfare:epic_material_pack"
|
||||||
|
},
|
||||||
|
"c": {
|
||||||
|
"item": "minecraft:netherite_upgrade_smithing_template"
|
||||||
|
},
|
||||||
|
"d": {
|
||||||
|
"item": "minecraft:nether_star"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"result": {
|
||||||
|
"item": "superbwarfare:shortcut_pack",
|
||||||
|
"count": 1
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue