Child Scale on GeckLib

Started by ninjawizard1234 on

Topic category: Help with Minecraft modding (Java Edition)

Joined Nov 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Child Scale on GeckLib

hey guys anybody manage to give scale to Child/baby mobs on GeckoLib Renderer?

 

@Override
	public void preRender(PoseStack poseStack, SpiderTarantulaMexicanEntity entity, BakedGeoModel model, MultiBufferSource bufferSource, VertexConsumer buffer, boolean isReRender, float partialTick, int packedLight, int packedOverlay, float red,
			float green, float blue, float alpha) {

		float scale = 0.2f;// scale mob here

		this.scaleHeight = scale;
		this.scaleWidth = scale;
		super.preRender(poseStack, entity, model, bufferSource, buffer, isReRender, partialTick, packedLight, packedOverlay, red, green, blue, alpha);
	}
Joined Nov 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
nobody made child mob scale…
Sat, 11/18/2023 - 01:31

nobody made child mob scale on GeckLib? :/ i really need to know if its possible mod mod got 80+ mobs i need to know if i update them all to geckolib or not