How do i resize a .java texture

Started by Bendoo on

Topic category: Help with Minecraft modding (Java Edition)

Active 1 year ago
Joined Jul 2020
Points:
701

User statistics:

  • Modifications: 0
  • Forum topics: 14
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 27
How do i resize a .java texture

Hello! I am making a giant dog to my Minecraft mod and I have the .java model texture, but how can I resize the mob texture?

Active 4 years ago
Joined Jan 2020
Points:
852

User statistics:

  • Modifications: 1
  • Forum topics: 20
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 203
You shouldn't need to resize…
Mon, 08/17/2020 - 13:29

You shouldn't need to resize the texture, as long as the model is the same shape as a Vanilla dog. (For example, look at giants. They're like 20 block tall zombies, yet still just use the zombie texture).

Active 1 year ago
Joined Jul 2020
Points:
701

User statistics:

  • Modifications: 0
  • Forum topics: 14
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 27
I used the wolf texture and…
Tue, 08/18/2020 - 14:56

I used the wolf texture and it just made it a normal-sized wolf with a huge hitbox.

Active 4 years ago
Joined Apr 2020
Points:
790

User statistics:

  • Modifications: 0
  • Forum topics: 19
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 132
Where are you making these …
Wed, 08/19/2020 - 01:53

Where are you making these .java models? If it's Blockbench, then making the squares huge is the only way to actually force mcreator to generate a bigger model.