Added gem models for item_manifest

This commit is contained in:
Scott Williams 2021-01-24 18:20:10 +00:00
parent 6fb816f71c
commit 358bb159e9
7 changed files with 12 additions and 12 deletions

@ -1666,28 +1666,28 @@
(0.0, 0.0, 0.0), (-135.0, 90.0, 0.0), 1.1,
),
// Gems
Ingredient("Amethyst"): VoxTrans(
"voxel.sprite.gem.amethyst-0",
(0.0, 0.0, 0.0), (-50.0, 30.0, 20.0), 0.8,
Ingredient("Amethyst"): VoxTrans(
"voxel.sprite.gem.amethystgem",
(0.0, 0.0, 0.0), (-50.0, 30.0, 20.0), 0.7,
),
Ingredient("Topaz"): VoxTrans(
"voxel.sprite.gem.topaz-0",
"voxel.sprite.gem.topazgem",
(0.0, 0.0, 0.0), (-50.0, 30.0, 20.0), 0.7,
),
Ingredient("Sapphire"): VoxTrans(
"voxel.sprite.gem.sapphire-0",
(0.0, 0.0, 0.0), (-50.0, 30.0, 20.0), 0.8,
"voxel.sprite.gem.sapphiregem",
(0.0, 0.0, 0.0), (-50.0, 30.0, 20.0), 0.6,
),
Ingredient("Emerald"): VoxTrans(
"voxel.sprite.gem.emerald-0",
(0.0, 0.0, 0.0), (-120.0, -160.0, 20.0), 0.8,
"voxel.sprite.gem.emeraldgem",
(0.0, 0.0, 0.0), (-50.0, 30.0, 20.0), 0.7,
),
Ingredient("Ruby"): VoxTrans(
"voxel.sprite.gem.ruby-0",
(0.0, 0.0, 0.0), (-50.0, 30.0, 20.0), 0.8,
"voxel.sprite.gem.rubygem",
(0.0, 0.0, 0.0), (-50.0, 30.0, 20.0), 0.7,
),
Ingredient("Diamond"): VoxTrans(
"voxel.sprite.gem.diamond-0",
(0.0, 0.0, 0.0), (-50.0, 30.0, 20.0), 0.8,
"voxel.sprite.gem.diamondgem",
(0.0, 0.0, 0.0), (-55.0, 30.0, 20.0), 0.6,
),
})

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.