We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c83fcbc commit 2305f9fCopy full SHA for 2305f9f
…/config/settings/complex/Vec3DSetting.kt …/config/settings/complex/Vec3dSetting.ktsrc/main/kotlin/com/lambda/config/settings/complex/Vec3DSetting.kt renamed to src/main/kotlin/com/lambda/config/settings/complex/Vec3dSetting.kt
@@ -29,7 +29,7 @@ import com.lambda.util.extension.CommandBuilder
29
import net.minecraft.command.CommandRegistryAccess
30
import net.minecraft.util.math.Vec3d
31
32
-class Vec3DSetting(defaultValue: Vec3d) : SettingCore<Vec3d>(
+class Vec3dSetting(defaultValue: Vec3d) : SettingCore<Vec3d>(
33
defaultValue,
34
TypeToken.get(Vec3d::class.java).type
35
) {
0 commit comments