Skip to content

Instantly share code, notes, and snippets.

View 50ap5ud5's full-sized avatar

50ap5ud5 50ap5ud5

View GitHub Profile
@Commoble
Commoble / BiomeCheeserDatagen.java
Created April 17, 2022 18:59
Datagenerating worldgen registry jsons in forge for minecraft 1.18.2
package biomecheeser;
import java.io.IOException;
import java.nio.file.Path;
import java.util.List;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import com.google.gson.Gson;