更新海月权杖的模型和贴图

This commit is contained in:
17146 2025-05-21 01:56:22 +08:00 committed by Light_Quanta
parent cdbf784864
commit 5cc381ca74
No known key found for this signature in database
GPG key ID: 11A39A1B8C890959
7 changed files with 16592 additions and 2 deletions

View file

@ -55,7 +55,6 @@ public class ModItems {
public static final DeferredHolder<Item, Glock18Item> GLOCK_18 = GUNS.register("glock_18", Glock18Item::new);
public static final DeferredHolder<Item, Mp443Item> MP_443 = GUNS.register("mp_443", Mp443Item::new);
public static final DeferredHolder<Item, M1911Item> M_1911 = GUNS.register("m_1911", M1911Item::new);
public static final DeferredHolder<Item, AureliaSceptre> AURELIA_SCEPTRE = GUNS.register("aurelia_sceptre", AureliaSceptre::new);
public static final DeferredHolder<Item, HomemadeShotgunItem> HOMEMADE_SHOTGUN = GUNS.register("homemade_shotgun", HomemadeShotgunItem::new);
public static final DeferredHolder<Item, Trachelium> TRACHELIUM = GUNS.register("trachelium", Trachelium::new);
public static final DeferredHolder<Item, VectorItem> VECTOR = GUNS.register("vector", VectorItem::new);
@ -85,6 +84,7 @@ public class ModItems {
public static final DeferredHolder<Item, SecondaryCataclysm> SECONDARY_CATACLYSM = GUNS.register("secondary_cataclysm", SecondaryCataclysm::new);
public static final DeferredHolder<Item, RpgItem> RPG = GUNS.register("rpg", RpgItem::new);
public static final DeferredHolder<Item, JavelinItem> JAVELIN = GUNS.register("javelin", JavelinItem::new);
public static final DeferredHolder<Item, AureliaSceptre> AURELIA_SCEPTRE = GUNS.register("aurelia_sceptre", AureliaSceptre::new);
public static final DeferredHolder<Item, BocekItem> BOCEK = GUNS.register("bocek", BocekItem::new);
/**

View file

@ -6,7 +6,7 @@
"bones": {
"group": {
"rotation": [
90,
0,
0,
0
]

View file

@ -0,0 +1,52 @@
{
"credit": "Made with Blockbench",
"parent": "builtin/entity",
"texture_size": [
64,
64
],
"gui_light": "front",
"display": {
"firstperson_righthand": {
"rotation": [
-21.25,
0,
0
],
"translation": [
0,
-4.75,
2.5
],
"scale": [
0.9,
0.9,
0.9
]
},
"firstperson_lefthand": {
"scale": [
0,
0,
0
]
},
"gui": {
"rotation": [
136.09,
21.93,
-113.41
],
"translation": [
-2.25,
-1,
0
],
"scale": [
0.45,
0.45,
0.45
]
}
}
}

File diff suppressed because it is too large Load diff

View file

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB