LoliKingdom / LoliASM

The lolis are now preparing to bytecode manipulate your game.
GNU Lesser General Public License v2.1
107 stars 23 forks source link

Crash when breaking trees from DynamicTrees #17

Closed Exzept1on closed 3 years ago

Exzept1on commented 3 years ago

Crash when Dynamic trees installed, and i breaking tree it

Rongmario commented 3 years ago

Crash report?

Exzept1on commented 3 years ago

https://paste.dimdev.org/ihamodoruy.mccrash When I deleted SneedASM and broke again, the crash tree was no longer there. Maybe the problem is something else.

Exzept1on commented 3 years ago

And this happens if Optifine is not installed. If you install Optifine, there will be no crash.

Rongmario commented 3 years ago

@SpeeeDCraft disable squashBakedQuads in the config for now, I'll fix this in either 2.7 or 2.8

Exzept1on commented 3 years ago

@Rongmario Thanks a lot :)

Rongmario commented 3 years ago

Ah seems like it was a config issue all along, insert

com.ferreusveritas.dynamictrees.client.QuadManipulator and com.ferreusveritas.dynamictrees.models.bakedmodels.BakedModelBlockBranchCactus

in classesThatCallBakedQuadCtor of the config, and it'll work fine.