paperweight icon indicating copy to clipboard operation
paperweight copied to clipboard

Cannot import com.mojang.math classes

Open etil2jz opened this issue 2 years ago • 1 comments

The com.mojang.math package is part of the minecraft source, not other library. Paperweight currently expects any import from the minecraft namespace to exist in net/minecraft, making i.e. minecraft com.mojang.math.OctahedralGroup or minecraft com.mojang.math.Transformation impossible.

etil2jz avatar Apr 05 '22 22:04 etil2jz

See https://github.com/PaperMC/paperweight/blob/49031b3f19712a0790debbdf1b43814a6efdd086/paperweight-lib/src/main/kotlin/util/McDev.kt#L51 and the general readMcDevNames method.

lynxplay avatar Apr 05 '22 22:04 lynxplay