Update mobs_mc textures

This commit is contained in:
Wuzzy 2017-07-22 12:52:58 +02:00
parent 545e9ddcd6
commit ae3098f0bd
20 changed files with 17 additions and 8 deletions

View File

@ -27,7 +27,7 @@ Origin of those models:
* Original author: [XSSheep](https://www.planetminecraft.com/member/xssheep/)
* License (if not mentioned otherwise): CC BY-SA 4.0
* Some textures have been modified or added
* Modifications by MysticTempest:
* Modifications and additions by MysticTempest:
* `mobs_mc_cave_spider.png`
* `mobs_mc_enderman_eyes.png`
* `mobs_mc_enderman.png`
@ -38,12 +38,26 @@ Origin of those models:
* `mobs_mc_spider.png`
* `mobs_mc_squid.png`
* `mobs_mc_zombie.png`
* Additions by MysticTempest:
* `mobs_mc_villager_butcher.png`
* `mobs_mc_villager_farmer.png`
* `mobs_mc_villager_librarian.png`
* `mobs_mc_villager.png`
* `mobs_mc_villager_priest.png`
* `mobs_mc_villager_smith.png`
* `mobs_mc_parrot_blue.png`
* `mobs_mc_parrot_green.png`
* `mobs_mc_parrot_grey.png`
* `mobs_mc_parrot_red_blue.png`
* `mobs_mc_parrot_yellow_blue.png`
* `mobs_mc_evoker_base.png`
* `mobs_mc_illusionist_bow.png`
* `mobs_mc_illusionist.png`
* `mobs_mc_vindicator_axe.png`
* `mobs_mc_vindicator_base.png`
* `mobs_mc_horse_skeleton.png`
* Additions by kingoscargames:
* `mobs_mc_vex.png`
* `mobs_mc_vex_charging.png`
* “Spawn egg” textures (`mobs_mc_spawn_icon_*`) by 22i
* Any other texture not mentioned here are licensed under the MIT License

Binary file not shown.

Before

Width:  |  Height:  |  Size: 328 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 865 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 956 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 396 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 864 B

After

Width:  |  Height:  |  Size: 848 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 822 B

After

Width:  |  Height:  |  Size: 866 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 883 B

After

Width:  |  Height:  |  Size: 848 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 950 B

After

Width:  |  Height:  |  Size: 896 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 875 B

After

Width:  |  Height:  |  Size: 768 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 824 B

After

Width:  |  Height:  |  Size: 866 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 950 B

View File

@ -23,7 +23,7 @@ mobs:register_mob("mobs_mc:vindicator", {
visual = "mesh",
mesh = "mobs_mc_vindicator.b3d",
textures = {
{"mobs_mc_vindicator_base.png^mobs_mc_vindicator_axe.png"},
{"mobs_mc_vindicator_axe.png"},
-- TODO: Glow when attacking (mobs_mc_vindicator.png)
},
visual_size = {x=3, y=3},

View File

@ -16,12 +16,7 @@ local wip_items = {
"mcl_observers:observer",
"mcl_chests:trapped_chest",
"mcl_core:cobweb",
"mobs_mc:vindicator",
"mobs_mc:evoker",
"mobs_mc:vex",
"mobs_mc:llama",
"mobs_mc:illusioner",
"mobs_mc:skeleton_horse",
"mobs_mc:totem",
}