Sinytra Connector

Sinytra Connector

12M Downloads

sinytra connector has a weird interaction with mantle and KubeJS

veccyboi opened this issue ยท 1 comments

commented

mc: 1.20.1
forge: 47.3.22
kubejs version: 2001.6.5-build.7
connector version: 1.0.0-beta.46+1.20.1
full mod list: https://drive.google.com/drive/folders/1-0J0_ooyWwA_-Ijv4eIQRdD0SGSvM36o?usp=drive_link

Tinker's Construct recently updated to 1.20.1, and I wanted to add it to my modpack, so I attempted to add the latest versions of both it and Mantle to my modpack. however, I found that if those two mods and sinytra connector were added simultaneously to the modpack, KubeJS would fail on load: the menu screen never appeared, to be replaced with an error message. this did not happen if TC and Mantle but not connector were present, or if v. 1.11.28 of Mantle and 3.9.0.6 of TC were used (with or without connector).

the script it flagged makes a modded item edible, and if connector is not present, works perfectly fine. the error (documented in startup.log) and flagged script are here: https://gist.github.com/veccyboi/f97ccf9650576ffa54c450b72e158f50

i previously reported this issue to the TC issue traker here:SlimeKnights/TinkersConstruct#5289, and was told to report to KubeJS. i reported it to the KubeJS discord here: https://discord.com/channels/303440391124942858/1047320998199955458/threads/1341955416338202775, and after finding out that it was a connector problem, was redirected here.

i was able to reproduce the issue using this minimal mod list:

Image

the TC developer stated that he did add an access transformer for food properties (https://github.com/SlimeKnights/Mantle/blob/a1cf98cb88aa1f5a85b199dee28a2094b9525637/src/main/resources/META-INF/accesstransformer.cfg#L81), but claimed that it shouldn't be enough to cause the issue on its own.

I do know that 1.20.1 is not the current priority, however, many of the mods in my modpack (such as TC) have not updated past that version, so any help would be appreciated.

commented

Can confirm I recreated this (Accidentally) on my modpack, trying to install c2me in forge 1.20.1 (With Sinytra)