DeadlyMC / forged-carpet

An unofficial port of carpetmod for minecraft forge 1.12.2
https://www.curseforge.com/minecraft/mc-mods/forgedcarpet
MIT License
10 stars 7 forks source link

fixed crashing game when loading world #4

Closed vacla closed 5 years ago

vacla commented 5 years ago

Fixed crashing game with forge + liteloader. Changed it back to how it was in 07cf9c9abad14064e14f77a8905c68c812d64f96 + added parameter

DeadlyMC commented 5 years ago

Thanks this solves the issue! But there is one problem because of the parameter u added, it will now crash with forge only profiles. So u should check out my latest commit f2e9b43, i have added 2 new mixin config files. One for liteloader and other for forge. Please copy the current fixed mixin u made and add it to a seperate mixin class and similarly take the forge one and add it to a different mixin class.

DeadlyMC commented 5 years ago

Thanks! This fixes the issue