PaperMC / paperweight

Gradle build system plugin for Paper and Paper forks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot import com.mojang.math classes

etil2jz opened this issue · comments

commented

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.

See

.map { targetDir.resolve("net/minecraft/$it.java") }
and the general readMcDevNames method.