[EMF] Entity Model Features [Fabric & Forge]

[EMF] Entity Model Features [Fabric & Forge]

28M Downloads

[Bug - models] Custom block entity models missing textures

WenXin20 opened this issue ยท 1 comments

commented

Describe the bug
I recently found out that my resource pack for Weather2 on 1.20.1 has missing textures for the block entities I remodeled.
If I remove the "texture": "blocks/te/anemometer.png" line from the .jem file, the texture loads correctly. Was this parameter changed?

List and link to broken resourcepacks
https://www.curseforge.com/minecraft/texture-packs/weather2-remodeled

Expected behavior
In versions previous of 2.0 of this mod, the textures rendered correctly when using "texture": "blocks/te/anemometer.png" in the file

Screenshots
After 2.0:
image

Before 2.0:
image

(Please complete the following information):

  • Minecraft version: 1.20.1-forge
  • EMF version: 2.0.2
  • ETF version: 6.1.1
  • Weather2 version: 2.8.3
  • CoroUtil version: 1.3.7

Additional context
In this zip file, I have moved the file locations as needed for 2.0
Weather2 Remodeled 6.zip

commented

Any update on why this isn't working?