Traben-0 / Entity_Texture_Features

A Minecraft Fabric & Forge mod that adds random, emissive & blinking textures for mobs, skins and much more!
GNU Lesser General Public License v3.0
120 stars 22 forks source link

[BUG] Size property off by 1 #183

Closed Thanos1716 closed 11 months ago

Thanos1716 commented 12 months ago

Describe the issue

The size property, for a slime at least must be 1 higher than Optifine in order to match the same sized slime This probably extends to other entities as well, but I haven't tested any. This issue may possibly affect random entities in EMF as well.

assets/minecraft/optifine/random/entity/slime.properties

First .properties:

skins.1=1
sizes.1=0

skins.2=2
sizes.2=1

skins.3=3
sizes.3=3

skins.4=1

Second .properties (sizes incremented by 1):

skins.1=1
sizes.1=1

skins.2=2
sizes.2=2

skins.3=3
sizes.3=4

skins.4=1

Slime textures for testing slime2 slime3

Screenshots

Optifine (with 1st .properties): 2023-07-08_14 17 22

ETF (with 1st .properties): 2023-07-08_14 19 21

ETF with second .properties (incremented by 1): 2023-07-08_14 19 48

Your setup: (please complete the following information):

Traben-0 commented 12 months ago

This has been identified in my discord and will be fixed in the next version

Traben-0 commented 11 months ago

resolved in version 4.5.0