Base functions and first module #1

Merged
c0de merged 18 commits from initial-functions into main 2023-03-22 23:20:13 +00:00
Showing only changes of commit 516baf4d29 - Show all commits

View File

@ -2,5 +2,5 @@ package dev.c0de.minecraft.config;
// Configuration options for the client
public class ClientConfig {
public double FULLBRIGHT_GAMMA = 2.5;
public double FULLBRIGHT_GAMMA = 5.5;
}