idk some "cool" stuff

This commit is contained in:
hdvt
2025-07-01 03:25:09 +03:00
parent e63ac83c17
commit 118f503011
17 changed files with 1060 additions and 317 deletions

View File

@@ -9,7 +9,6 @@ import java.util.List;
public class RouletteGenerator {
private final ProbabilityCollection<ItemStack> probabilityCollection = new ProbabilityCollection<>();
public RouletteGenerator(List<BlockAndSeekMap.Block> blocks) {