#VS2 + Create addon development, crash on world load

1 messages · Page 1 of 1 (latest)

desert siren
#

Making a VS2 + Create dependent addon, added everything in Gradle, Minecraft loads fine but crashes upon creating world and loading it with a mixin crash:

Caused by: org.spongepowered.asm.mixin.injection.throwables.InjectionError: LVT in com/simibubi/create/content/kinetics/fan/AirCurrent::tickAffectedEntities(Lnet/minecraft/world/level/Level;)V has incompatible changes at opcode 123 in callback valkyrienskies-common.mixins.json:mod_compat.create.MixinAirCurrent->@Inject::harvester(Lnet/minecraft/world/level/Level;Lnet/minecraft/core/Direction;Lorg/spongepowered/asm/mixin/inj

Create and VS2 versions in gradle.properties:

vs2_version = 2.1.4+be944c11b4
vs_core_version = 1.1.0+8a93383ce5

create_version = 0.5.1.f-26
registrate_version = MC1.20-1.3.3
flywheel_minecraft_version = 1.20.1
flywheel_version = 0.6.10-7

Would appreciate any help 🤔

brave kayak
#

try these VS versions: (taken from starlance)

#

vs2_version=2.3.0-beta.5+bcda04a482
vs_core_version=1.1.0+b19b27c4a4

#

newest VS versions, that will still work with public VS

desert siren