Why won't my custom cow texture work

Started by modmaker777 on

Topic category: Help with modding (Java Edition)

Last seen on 16:40, 24. Feb 2021
Joined Jan 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Why won't my custom cow texture work

I'm trying to make a mod that adds mooblooms to the game, but for some reason the texture comes out glitched when I run the test

This is the texture I'm using btw
A texture of the Moobloom I'm using. Basically it should look like the normal Moobloom from MCE
 

Last seen on 23:30, 25. Apr 2022
Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Make sure you're using the…
Sun, 10/04/2020 - 06:42

Make sure you're using the cow model. If you are, then we need more information than what you've written.

Last seen on 16:40, 24. Feb 2021
Joined Jan 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I am using the cow model. I…
Sun, 10/04/2020 - 07:01

I am using the cow model. I also set the entity base to cow and wrote the following procedure

If: Item in main hand of event/target entity = shears,
   do: deal 1 damage to provided itemstack
         add 1 dandelion to event/target entity inventory
else if: Item in main hand of event/target entity = glass bottle,
   do: play at x:(x) y:(y) z:(z) level:(1) pitch:(1) sound:(item.bottle.fill)
         add 1 honey bottle to event/target entity inventory
         remove 1 glass bottle from event/target entity inventory

note that the target entity is supposed to be the player
 

Last seen on 16:40, 24. Feb 2021
Joined Jan 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I am using the cow model. I…
Sun, 10/04/2020 - 07:01

I am using the cow model. I also set the entity base to cow and wrote the following procedure

If: Item in main hand of event/target entity = shears,
   do: deal 1 damage to provided itemstack
         add 1 dandelion to event/target entity inventory
else if: Item in main hand of event/target entity = glass bottle,
   do: play at x:(x) y:(y) z:(z) level:(1) pitch:(1) sound:(item.bottle.fill)
         add 1 honey bottle to event/target entity inventory
         remove 1 glass bottle from event/target entity inventory

note that the target entity is supposed to be the player
 

Last seen on 16:40, 24. Feb 2021
Joined Jan 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
sorry I seem to have replied…
Sun, 10/04/2020 - 07:01

sorry I seem to have replied twice on accident