Skip to content

Commit

Permalink
refactor: formatting, remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Zepalesque committed May 23, 2024
1 parent ea62905 commit 35bd1f2
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
import net.neoforged.neoforge.registries.datamaps.DataMapType;
import net.neoforged.neoforge.registries.datamaps.RegisterDataMapTypesEvent;

import java.util.ArrayList;
import java.util.Collection;
import java.util.HashMap;
import java.util.Map;

Expand All @@ -17,7 +15,7 @@ public class BiomeTint {
private final DataMapType<Biome, Integer> dataMap;
private Map<Biome, Integer> tints = null;
private final int defaultColor;

public BiomeTint(ResourceLocation loc, int defaultColor) {
DataMapType<Biome, Integer> dataMap = createTintMap(loc);
this.dataMap = dataMap;
Expand Down

0 comments on commit 35bd1f2

Please sign in to comment.