updated item models with the ones provided by Gemu, (bags and food), some leather items, and honey, then updated item_image_manifest and sprite_manifest accordingly

This commit is contained in:
DoctorKompot 2021-11-21 20:50:56 +02:00
parent 0242552492
commit 7fb9ac121e
27 changed files with 63 additions and 53 deletions

View File

@ -2424,7 +2424,7 @@
),
Armor(Bag("GreenMid")): VoxTrans(
"voxel.armor.misc.bag.liana_kit",
(0.0, 0.0, 0.0), (-80.0, 20.0, 5.0), 0.9,
(0.5, 0.0, 0.0), (-80.0, 20.0, 5.0), 0.9,
),
Armor(Bag("LeatherSmall")): VoxTrans(
"voxel.armor.misc.bag.tiny_leather_pouch",
@ -2436,11 +2436,11 @@
),
Armor(Bag("RedMed")): VoxTrans(
"voxel.armor.misc.bag.woven_red_bag",
(0.0, 0.0, 0.0), (-80.0, 20.0, 5.0), 0.9,
(0.5, 0.0, 0.0), (-80.0, 20.0, 5.0), 0.9,
),
Armor(Bag("RedSmall")): VoxTrans(
"voxel.armor.misc.bag.knitted_red_pouch",
(0.0, 0.0, 0.0), (-80.0, 20.0, 5.0), 0.8,
(0.3, 0.0, 0.0), (-80.0, 20.0, 5.0), 0.8,
),
Armor(Bag("RedTiny")): VoxTrans(
"voxel.armor.misc.bag.tiny_red_pouch",
@ -2452,12 +2452,12 @@
),
// Consumables
Consumable("common.items.food.apple"): VoxTrans(
"voxel.object.apple",
(1.0, 0.5, 0.0), (-60.0, 30.0, 20.0), 0.9,
"voxel.object.apple_half",
(-0.5, 0.5, 0.0), (-60.0, -45.0, -15.0), 0.9,
),
Consumable("common.items.food.coconut"): VoxTrans(
"voxel.object.coconut",
(0.0, 0.5, 0.0), (-55.0, 30.0, 20.0), 0.9,
"voxel.object.coconut_half",
(0.1, -0.5, 0.0), (-55.0, 30.0, 20.0), 0.8,
),
Consumable("common.items.food.cactus_colada"): VoxTrans(
"voxel.object.cactus_drink",
@ -2872,8 +2872,9 @@
"voxel.sprite.mineral.ore.coal",
(0.0, 0.0, 0.0), (-60.0, 30.0, 15.0), 0.9,
),
Ingredient("Honey"): Png(
"element.items.item_honey",
Ingredient("Honey"): VoxTrans(
"voxel.object.honey",
(1.0, 0.0, 0.0), (-20.0, 20.0, -30.0), 0.9,
),
Ingredient("MortarPestle"): Png(
"element.items.item_mortarpestlecoco",

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
assets/voxygen/voxel/object/apple.vox (Stored with Git LFS)

Binary file not shown.

BIN
assets/voxygen/voxel/object/apple_half.vox (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

BIN
assets/voxygen/voxel/object/coconut.vox (Stored with Git LFS)

Binary file not shown.

BIN
assets/voxygen/voxel/object/coconut_half.vox (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/voxygen/voxel/object/honey.vox (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -494,7 +494,7 @@ Apple: Some((
variations: [
(
model: "voxygen.voxel.sprite.fruit.apple",
offset: (-6.0, -6.0, 0.0),
offset: (-4.0, -4.0, 0.0),
lod_axes: (1.0, 1.0, 1.0),
),
],
@ -1702,7 +1702,7 @@ Coconut: Some((
variations: [
(
model: "voxygen.voxel.sprite.fruit.coconut",
offset: (-6.0, -6.0, 2.0),
offset: (-3.5, -3.5, 2.0),
lod_axes: (1.0, 1.0, 1.0),
),
],