mirror of
https://github.com/FabricMC/fabric.git
synced 2025-07-28 15:09:35 -04:00
1.18.2-pre2
This commit is contained in:
parent
07d00c14ff
commit
2873dd5713
2 changed files with 5 additions and 6 deletions
fabric-biome-api-v1/src/main/java/net/fabricmc/fabric/impl/biome/modification
gradle.properties
|
@ -32,7 +32,6 @@ import org.jetbrains.annotations.TestOnly;
|
|||
import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
|
||||
import net.minecraft.util.registry.RegistryEntry;
|
||||
import net.minecraft.util.Identifier;
|
||||
import net.minecraft.util.registry.DynamicRegistryManager;
|
||||
import net.minecraft.util.registry.Registry;
|
||||
|
@ -171,7 +170,7 @@ public class BiomeModificationImpl {
|
|||
|
||||
// Replace the Supplier to force it to rebuild on next call
|
||||
biomeSource.indexedFeaturesSupplier = Suppliers.memoize(() -> {
|
||||
return biomeSource.method_39525(biomeSource.biomes.stream().map(RegistryEntry::value).toList(), true);
|
||||
return biomeSource.method_39525(biomeSource.biomes.stream().distinct().toList(), true);
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
org.gradle.jvmargs=-Xmx2560M
|
||||
|
||||
version=0.47.5
|
||||
minecraft_version=1.18.2-pre1
|
||||
yarn_version=+build.6
|
||||
version=0.47.6
|
||||
minecraft_version=1.18.2-pre2
|
||||
yarn_version=+build.1
|
||||
loader_version=0.13.2
|
||||
|
||||
prerelease=true
|
||||
|
@ -10,7 +10,7 @@ prerelease=true
|
|||
# Do not manually update, use the bumpversions task:
|
||||
fabric-api-base-version=0.4.3
|
||||
fabric-api-lookup-api-v1-version=1.5.5
|
||||
fabric-biome-api-v1-version=8.0.0
|
||||
fabric-biome-api-v1-version=8.0.1
|
||||
fabric-blockrenderlayer-v1-version=1.1.11
|
||||
fabric-command-api-v1-version=1.1.8
|
||||
fabric-commands-v0-version=0.2.7
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue