All of Fabric 5 - AOF5 - 1.18.2

All of Fabric 5 - AOF5 - 1.18.2

496k Downloads

Error occurred while handling event 'tags.items'

jbwincek opened this issue · 1 comments

commented

Running an All of Fabric 5 server, we just added Mining Dimensions Fabric mod and now we have this error message.

During startup we get an error that says:
[Server thread/INFO]: [1] Error occurred while handling event 'tags.items': Wrapped java.lang.IllegalArgumentException: message (server_scripts:unification/materials.js#93)

in the server.log file it says:

[ERR ] Error occurred while handling event 'tags.items': Wrapped java.lang.IllegalArgumentException: message (server_scripts:unification/materials.js#93)

The server does start though, but our ores/ingots are no longer unifying.

Minecraft Version: 1.18.2
KubeJS Version: 1802.5.4-build.492
Rhino Version: 1802.1.14-build.186
Architectury Version: 4.5.74-fabric
Forge/Fabric Version: fabric-api-0.56.1+1.18.2

commented

Legogod — Today at 2:37 PM
You need to add "mining_dims" to the list of mods in the UNIFICATION_ORDER in materials.js because it touches the oregen.

Received this help on the discord, that fixed the error message.