Skip to content

[Bug]: Texture Path Issues and Code Problems #12

Description

@RHINE-LAB-Muelsyse

Mod Loader (Required)

Forge

Minecraft Version(s) (Required)

1.20.1

Mod Version(s) (Required)

8.0.0

Minimal Setup (Required)

No

Notes (Required)

I'm debugging mod compatibility and had an AI analyze the startup log. The AI pointed out that the log contains numerous "Invalid path" errors related to the echochest mod, and believes these are connected to the Entity Model Features mod. The relevant code has been organized:

Error Logs:

[18:08:17] [ERROR]: Invalid path minecraft:emf/cem/echochest:echo_chest_large.jem: Invalid segment 'echochest:echo_chest_large.jem' in path 'emf/cem/echochest:echo_chest_large.jem'
[18:08:17] [ERROR]: Invalid path minecraft:optifine/cem/echochest:echo_chest_large.jem: Invalid segment 'echochest:echo_chest_large.jem' in path 'optifine/cem/echochest:echo_chest_large.jem'
[18:08:17] [ERROR]: Invalid path minecraft:emf/cem/echochest:echo_chest_large/echochest:echo_chest_large.jem: Invalid segment 'echochest:echo_chest_large' in path 'emf/cem/echochest:echo_chest_large/echochest:echo_chest_large.jem'
[18:08:17] [ERROR]: Invalid path minecraft:optifine/cem/echochest:echo_chest_large/echochest:echo_chest_large.jem: Invalid segment 'echochest:echo_chest_large' in path 'optifine/cem/echochest:echo_chest_large/echochest:echo_chest_large.jem'
[18:08:17] [ERROR]: Invalid path minecraft:emf/cem/echochest:echo_chest_large2.jem: Invalid segment 'echochest:echo_chest_large2.jem' in path 'emf/cem/echochest:echo_chest_large2.jem'
[18:08:17] [ERROR]: Invalid path minecraft:optifine/cem/echochest:echo_chest_large2.jem: Invalid segment 'echochest:echo_chest_large2.jem' in path 'optifine/cem/echochest:echo_chest_large2.jem'

[18:08:17] [ERROR]: Invalid path minecraft:emf/cem/echochest:echo_chest_large.properties: Invalid segment 'echochest:echo_chest_large.properties' in path 'emf/cem/echochest:echo_chest_large.properties'
[18:08:17] [ERROR]: Invalid path minecraft:optifine/cem/echochest:echo_chest_large.properties: Invalid segment 'echochest:echo_chest_large.properties' in path 'optifine/cem/echochest:echo_chest_large.properties'
[18:08:17] [ERROR]: Invalid path minecraft:emf/cem/echochest:echo_chest_large/echochest:echo_chest_large.properties: Invalid segment 'echochest:echo_chest_large' in path 'emf/cem/echochest:echo_chest_large/echochest:echo_chest_large.properties'
[18:08:17] [ERROR]: Invalid path minecraft:optifine/cem/echochest:echo_chest_large/echochest:echo_chest_large.properties: Invalid segment 'echochest:echo_chest_large' in path 'optifine/cem/echochest:echo_chest_large/echochest:echo_chest_large.properties'

Another Issue
There's another problem related to mods including but not limited to Physics Mod. When breaking an echochest, the following situation occurs:

Image

latest.log (Required)

https://gist.github.com/e6ae342358cb291b325b530c24ad9f15.git

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions