规范化hunting rifle

This commit is contained in:
17146 2025-05-21 20:14:37 +08:00 committed by Light_Quanta
parent 920de90099
commit d1b0961cd1
No known key found for this signature in database
GPG key ID: 11A39A1B8C890959
8 changed files with 37 additions and 32 deletions

View file

@ -1,4 +1,4 @@
// 1.21.1 2025-05-21T21:35:27.2725955 Item Models: superbwarfare // 1.21.1 2025-05-21T21:36:54.0073684 Item Models: superbwarfare
6c48f5010e7e2b8cd4d3ff85c8de45cf56f53268 assets/superbwarfare/models/item/aa_12.json 6c48f5010e7e2b8cd4d3ff85c8de45cf56f53268 assets/superbwarfare/models/item/aa_12.json
fb3a995587b2c253571c3160ff02c2ad8c73ecf8 assets/superbwarfare/models/item/aa_12_base.json fb3a995587b2c253571c3160ff02c2ad8c73ecf8 assets/superbwarfare/models/item/aa_12_base.json
13ca8d5676888ff51f3308d88e4bf67691fa34f8 assets/superbwarfare/models/item/aa_12_blueprint.json 13ca8d5676888ff51f3308d88e4bf67691fa34f8 assets/superbwarfare/models/item/aa_12_blueprint.json
@ -75,7 +75,10 @@ f98cf49f8dea452a0fcc9bfc8fe9d02dcaa1a564 assets/superbwarfare/models/item/homema
3bce212de9120457cba07ffb5214d45af88d191b assets/superbwarfare/models/item/homemade_shotgun_base.json 3bce212de9120457cba07ffb5214d45af88d191b assets/superbwarfare/models/item/homemade_shotgun_base.json
d7d1a02a23157105ef8691ad0eba016f0af92ab7 assets/superbwarfare/models/item/homemade_shotgun_icon.json d7d1a02a23157105ef8691ad0eba016f0af92ab7 assets/superbwarfare/models/item/homemade_shotgun_icon.json
a5cf666a970906ba6ac0af9a4d5d52dd0e093dec assets/superbwarfare/models/item/hpj_11_blueprint.json a5cf666a970906ba6ac0af9a4d5d52dd0e093dec assets/superbwarfare/models/item/hpj_11_blueprint.json
665a8a7fc600e65a85d07b18f4c12fb916358b55 assets/superbwarfare/models/item/hunting_rifle.json
9bb0dce4eb911575ecbdfc1522d00112db0af5e7 assets/superbwarfare/models/item/hunting_rifle_base.json
13ca8d5676888ff51f3308d88e4bf67691fa34f8 assets/superbwarfare/models/item/hunting_rifle_blueprint.json 13ca8d5676888ff51f3308d88e4bf67691fa34f8 assets/superbwarfare/models/item/hunting_rifle_blueprint.json
44fb3218404452aa2479bde28785fcc4f56ef8b4 assets/superbwarfare/models/item/hunting_rifle_icon.json
13ca8d5676888ff51f3308d88e4bf67691fa34f8 assets/superbwarfare/models/item/insidious_blueprint.json 13ca8d5676888ff51f3308d88e4bf67691fa34f8 assets/superbwarfare/models/item/insidious_blueprint.json
3c9dcc3393e16ca354b01162316f1ddae92338ec assets/superbwarfare/models/item/iron_action.json 3c9dcc3393e16ca354b01162316f1ddae92338ec assets/superbwarfare/models/item/iron_action.json
6e7a2bd5ffb78bd218e3a55daba3e9c256470757 assets/superbwarfare/models/item/iron_barrel.json 6e7a2bd5ffb78bd218e3a55daba3e9c256470757 assets/superbwarfare/models/item/iron_barrel.json

View file

@ -0,0 +1,28 @@
{
"parent": "minecraft:item/generated",
"base": {
"parent": "superbwarfare:item/hunting_rifle_base"
},
"gui_light": "front",
"loader": "neoforge:separate_transforms",
"perspectives": {
"fixed": {
"parent": "superbwarfare:lod/hunting_rifle"
},
"ground": {
"parent": "superbwarfare:lod/hunting_rifle"
},
"gui": {
"parent": "superbwarfare:item/hunting_rifle_icon"
},
"head": {
"parent": "superbwarfare:lod/hunting_rifle"
},
"thirdperson_lefthand": {
"parent": "superbwarfare:lod/hunting_rifle"
},
"thirdperson_righthand": {
"parent": "superbwarfare:lod/hunting_rifle"
}
}
}

View file

@ -1,6 +1,6 @@
{ {
"parent": "superbwarfare:displaysettings/hunting_rifle.item", "parent": "superbwarfare:displaysettings/hunting_rifle.item",
"textures": { "textures": {
"layer0": "superbwarfare:item/huntingrifle" "layer0": "superbwarfare:item/hunting_rifle"
} }
} }

View file

@ -1,5 +1,5 @@
{ {
"parent": "item/generated", "parent": "minecraft:item/generated",
"textures": { "textures": {
"layer0": "superbwarfare:item/hunting_rifle_icon" "layer0": "superbwarfare:item/hunting_rifle_icon"
} }

View file

@ -37,6 +37,7 @@ public class ModItemModelProvider extends ItemModelProvider {
gunItem(ModItems.GLOCK_18, "glock_17"); gunItem(ModItems.GLOCK_18, "glock_17");
gunItem(ModItems.HK_416); gunItem(ModItems.HK_416);
gunItem(ModItems.HOMEMADE_SHOTGUN); gunItem(ModItems.HOMEMADE_SHOTGUN);
gunItem(ModItems.HUNTING_RIFLE);
simpleItem(ModItems.EMPTY_PERK, "perk/"); simpleItem(ModItems.EMPTY_PERK, "perk/");

View file

@ -1,27 +0,0 @@
{
"loader": "neoforge:separate_transforms",
"gui_light": "front",
"base": {
"parent": "superbwarfare:item/hunting_rifle_base"
},
"perspectives": {
"gui": {
"parent": "superbwarfare:item/hunting_rifle_icon"
},
"thirdperson_righthand": {
"parent": "superbwarfare:item/hunting_rifle3d"
},
"thirdperson_lefthand": {
"parent": "superbwarfare:item/hunting_rifle3d"
},
"ground": {
"parent": "superbwarfare:item/hunting_rifle3d"
},
"fixed": {
"parent": "superbwarfare:item/hunting_rifle3d"
},
"head": {
"parent": "superbwarfare:item/hunting_rifle3d"
}
}
}

View file

@ -2,8 +2,8 @@
"credit": "Made with Blockbench", "credit": "Made with Blockbench",
"texture_size": [64, 64], "texture_size": [64, 64],
"textures": { "textures": {
"0": "superbwarfare:item/hunting_rifle3d", "0": "superbwarfare:item/lod/hunting_rifle",
"particle": "superbwarfare:item/hunting_rifle3d" "particle": "superbwarfare:item/lod/hunting_rifle"
}, },
"elements": [ "elements": [
{ {