Why are my entities bigger than minecraft ones?

Started by NoUsername28 on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Why are my entities bigger than minecraft ones?

So I have literally used the pillager base model in blockbench (skin) and I converted it to java and added a new texture for a new mob. When I spawn the mob it looks like bigger than the others. I did compare it with the minecraft pillager mob and mine looks bigger in size (also has bigger pixels, like if it was rescaled)

 

I just changed pillager skin but mine looks bigger

Its not a model problem, the size on blockbench is the same. Just for some reason the model size increases in-game. Look at the pixels, those are bigger.

Joined Feb 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Just an assumption but- It…
Thu, 07/28/2022 - 14:26

Just an assumption but-

It seems like their proportions aren't same either example: Torso etc- Maybe you changed the default size value of the block to that way?

Or perhaps the hitbox scaling thing might've changed it?

I'm not sure but I'm just sharing my thoughts on what could be the reason

Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I don't think so, it's just …
Thu, 07/28/2022 - 14:30

I don't think so, it's just  new textures over pillager. I didn't change anithyng on blockbench.

The hitbox is the default of the living entities of mcreator.

Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thank you! I will try it…
Thu, 07/28/2022 - 16:00

Thank you! I will try it right now

Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
My mod is in 1.18.2 and I…
Thu, 07/28/2022 - 16:11

My mod is in 1.18.2 and I tried using 1.16 mode, but the tutorial is saying I have to find this in NormalRender.java (IceologerRender.java in my case) and I can't find it

TUTORIAL SCRIPT:

direwolf

 

MY SCRIPT: (there isn't a render void)

Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
(my script i think it didn't…
Thu, 07/28/2022 - 16:14

(my script i think it didn't loaded in last post)

Joined May 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Did the inflate value get…
Thu, 07/28/2022 - 17:24

Did the inflate value get increased in Blockbench somehow? If not, maybe try messing with the inflate value to decrease the overall size, this should also fix the issue with the pixel size being wonky too.

Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
What is the inflate value…
Thu, 07/28/2022 - 18:42

What is the inflate value and were can I edit it?

Joined Feb 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
next to x y z in the sizer
Thu, 07/28/2022 - 19:50

next to x y z in the sizer

Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Screenshot please
Thu, 07/28/2022 - 19:54

Screenshot please

Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
What sizer? On the script or…
Thu, 07/28/2022 - 19:58

What sizer? On the script or in the "visual" properties?

Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Nope, every inflating is 0 …
Thu, 07/28/2022 - 20:49

Nope, every inflating is 0 (except the jacket that ha s 0.5)

Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I have no idea then. I tried…
Fri, 07/29/2022 - 14:36

I have no idea then.

I tried tutorial but my mod is for 1.18.2 and it implies to do things I don't have (like a part on the script)