#MC 1.19.2 forge 1.6.6 Steam n Rails Dev Environment

19 messages · Page 1 of 1 (latest)

compact sky
#

[21:57:04] [pool-3-thread-1/FATAL] [mixin/]: Mixin apply failed railways-common.mixins.json:MixinItemCombinerMenu -> net.minecraft.world.inven
tory.ItemCombinerMenu: org.spongepowered.asm.mixin.transformer.throwables.InvalidMixinException @Shadow field f_39770_ was not located in the target class net.minecraft.world.inventory.ItemCombinerMenu. Using refmap Steam_Rails-common-refmap.json
org.spongepowered.asm.mixin.transformer.throwables.InvalidMixinException: @Shadow field f_39770_ was not located in the target class net.minecraft.world.inventory.ItemCombinerMenu. Using refmap Steam_Rails-common-refmap.json

inventory.ItemCombinerMenu: contains
"@Shadow field f _ 39778_" not 39770

shell idolBOT
#

Hello @compact sky! Someone will help you shortly, please do not ping moderators or other people and just wait for someone to come help. While waiting please check out #faq to see if it already answers your question.

lofty ember
#

you need to remap the refmap, the depending on create wiki page on the create wiki has instructions for that

compact sky
#

Thankyou for the quick response.

#

Hmm imma need to look into this more, I already had that implemented

#

Okay got it working, I over looked something simple now I am back to this other issue though

compact sky
#

It looks like the dependencies for steam n rails 1.19.2 forge 1.6.6 has in its mods.toml has version range=[0.5.1.i]
As opposed to
Version range =[0.5.1.i,)
Yet this only seems to effect a dev environment, running it in a modpack client through modrinth does not reproduce this issue

lofty ember
#

yes because the dependency versions in runtime are exactly 0.5.1.i

#

if we have a actual range there it'd allow players to run it with a newer version of create which might not work

compact sky
#

Okay yet it's not setup like that on the 1.20 mods toml

#

1.20
[[dependencies.railways]]
modId="create"
mandatory=true
versionRange="[${create_forge_version},)"
ordering="NONE"
side="BOTH"

#

1.19
[[dependencies.railways]]
modId="create"
mandatory=true
versionRange="[${create_forge_version}]"
ordering="NONE"
side="BOTH"

compact sky
dusky dawn
compact sky
#

I already worked around it, thankyou

compact sky
#

Hopefully this is fixed next update?

devout nexus
#

idk