tangled
alpha
login
or
join now
codexarchonic.nekoweb.org
/
ProjectInfinity
0
fork
atom
Inspired by 2020's April Fools' 20w14infinite Snapshot, this mod brings endless randomly generated dimensions into Minecraft.
0
fork
atom
overview
issues
6
pulls
pipelines
Update ConfigGenerator.java
cassian.cc
2 months ago
abec07d7
139e3871
+1
-1
1 changed file
expand all
collapse all
unified
split
src
main
java
net
lerariemann
infinity
util
config
ConfigGenerator.java
+1
-1
src/main/java/net/lerariemann/infinity/util/config/ConfigGenerator.java
reviewed
···
114
114
.generate(ConfigType.LOOT_TABLES);
115
115
*///?} else {
116
116
/*DataCollection lootTables = new DataCollection.Logged(ConfigType.LOOT_TABLES, "loot tables");
117
117
-
server.getLootData().getKeys(LootDataType.TABLE).forEach((key)->{
117
117
+
server.getLootData().getKeys(net.minecraft.world.level.storage.loot.LootDataType.TABLE).forEach((key)->{
118
118
LootTable table = server.getLootData().getLootTable(key);
119
119
//? if >1.21 {
120
120
ResourceLocation type = LootContextParamSets.REGISTRY.inverse().get(table.getParamSet());