Update mobs_mc textures
|
@ -27,7 +27,7 @@ Origin of those models:
|
||||||
* Original author: [XSSheep](https://www.planetminecraft.com/member/xssheep/)
|
* Original author: [XSSheep](https://www.planetminecraft.com/member/xssheep/)
|
||||||
* License (if not mentioned otherwise): CC BY-SA 4.0
|
* License (if not mentioned otherwise): CC BY-SA 4.0
|
||||||
* Some textures have been modified or added
|
* Some textures have been modified or added
|
||||||
* Modifications by MysticTempest:
|
* Modifications and additions by MysticTempest:
|
||||||
* `mobs_mc_cave_spider.png`
|
* `mobs_mc_cave_spider.png`
|
||||||
* `mobs_mc_enderman_eyes.png`
|
* `mobs_mc_enderman_eyes.png`
|
||||||
* `mobs_mc_enderman.png`
|
* `mobs_mc_enderman.png`
|
||||||
|
@ -38,12 +38,26 @@ Origin of those models:
|
||||||
* `mobs_mc_spider.png`
|
* `mobs_mc_spider.png`
|
||||||
* `mobs_mc_squid.png`
|
* `mobs_mc_squid.png`
|
||||||
* `mobs_mc_zombie.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_blue.png`
|
||||||
* `mobs_mc_parrot_green.png`
|
* `mobs_mc_parrot_green.png`
|
||||||
* `mobs_mc_parrot_grey.png`
|
* `mobs_mc_parrot_grey.png`
|
||||||
* `mobs_mc_parrot_red_blue.png`
|
* `mobs_mc_parrot_red_blue.png`
|
||||||
* `mobs_mc_parrot_yellow_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
|
* “Spawn egg” textures (`mobs_mc_spawn_icon_*`) by 22i
|
||||||
* Any other texture not mentioned here are licensed under the MIT License
|
* Any other texture not mentioned here are licensed under the MIT License
|
||||||
|
|
Before Width: | Height: | Size: 328 B |
After Width: | Height: | Size: 865 B |
After Width: | Height: | Size: 956 B |
After Width: | Height: | Size: 1.0 KiB |
After Width: | Height: | Size: 1.4 KiB |
After Width: | Height: | Size: 396 B |
After Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 1.5 KiB |
After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 864 B After Width: | Height: | Size: 848 B |
Before Width: | Height: | Size: 822 B After Width: | Height: | Size: 866 B |
Before Width: | Height: | Size: 883 B After Width: | Height: | Size: 848 B |
Before Width: | Height: | Size: 950 B After Width: | Height: | Size: 896 B |
Before Width: | Height: | Size: 875 B After Width: | Height: | Size: 768 B |
Before Width: | Height: | Size: 824 B After Width: | Height: | Size: 866 B |
After Width: | Height: | Size: 1.0 KiB |
After Width: | Height: | Size: 950 B |
|
@ -23,7 +23,7 @@ mobs:register_mob("mobs_mc:vindicator", {
|
||||||
visual = "mesh",
|
visual = "mesh",
|
||||||
mesh = "mobs_mc_vindicator.b3d",
|
mesh = "mobs_mc_vindicator.b3d",
|
||||||
textures = {
|
textures = {
|
||||||
{"mobs_mc_vindicator_base.png^mobs_mc_vindicator_axe.png"},
|
{"mobs_mc_vindicator_axe.png"},
|
||||||
-- TODO: Glow when attacking (mobs_mc_vindicator.png)
|
-- TODO: Glow when attacking (mobs_mc_vindicator.png)
|
||||||
},
|
},
|
||||||
visual_size = {x=3, y=3},
|
visual_size = {x=3, y=3},
|
||||||
|
|
|
@ -16,12 +16,7 @@ local wip_items = {
|
||||||
"mcl_observers:observer",
|
"mcl_observers:observer",
|
||||||
"mcl_chests:trapped_chest",
|
"mcl_chests:trapped_chest",
|
||||||
"mcl_core:cobweb",
|
"mcl_core:cobweb",
|
||||||
"mobs_mc:vindicator",
|
|
||||||
"mobs_mc:evoker",
|
|
||||||
"mobs_mc:vex",
|
|
||||||
"mobs_mc:llama",
|
"mobs_mc:llama",
|
||||||
"mobs_mc:illusioner",
|
|
||||||
"mobs_mc:skeleton_horse",
|
|
||||||
"mobs_mc:totem",
|
"mobs_mc:totem",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|