mirror of
https://github.com/architectury/architectury-api.git
synced 2026-03-28 03:56:59 -05:00
Update to 1.18.2-pre1 & Bump to 4.0
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
|
||||
package dev.architectury.registry.level.biome.fabric;
|
||||
|
||||
/*
|
||||
import com.google.common.base.Predicates;
|
||||
import com.google.common.collect.Lists;
|
||||
import dev.architectury.hooks.level.biome.*;
|
||||
@@ -150,12 +151,6 @@ public class BiomeModificationsImpl {
|
||||
return this;
|
||||
}
|
||||
|
||||
/*@Override
|
||||
public Mutable addStructure(ConfiguredStructureFeature<?, ?> feature) {
|
||||
context.addBuiltInStructure(feature);
|
||||
return this;
|
||||
}*/
|
||||
|
||||
@Override
|
||||
public Mutable removeFeature(GenerationStep.Decoration decoration, PlacedFeature feature) {
|
||||
context.removeBuiltInFeature(decoration, feature);
|
||||
@@ -167,12 +162,6 @@ public class BiomeModificationsImpl {
|
||||
context.removeBuiltInCarver(carving, feature);
|
||||
return this;
|
||||
}
|
||||
|
||||
/*@Override
|
||||
public Mutable removeStructure(ConfiguredStructureFeature<?, ?> feature) {
|
||||
context.removeBuiltInStructure(feature);
|
||||
return this;
|
||||
}*/
|
||||
}
|
||||
|
||||
private static class MutableSpawnProperties extends BiomeHooks.SpawnSettingsWrapped implements SpawnProperties.Mutable {
|
||||
@@ -340,3 +329,4 @@ public class BiomeModificationsImpl {
|
||||
}
|
||||
|
||||
}
|
||||
*/
|
||||
|
||||
@@ -3,18 +3,18 @@ org.gradle.daemon=false
|
||||
|
||||
forgeEnabled=false
|
||||
|
||||
minecraft_version=22w06a
|
||||
supported_version=1.18.2 (22w06a)
|
||||
minecraft_version=1.18.2-pre1
|
||||
supported_version=1.18.2-pre1
|
||||
|
||||
cf_type=beta
|
||||
|
||||
archives_base_name=architectury
|
||||
archives_base_name_snapshot=architectury-snapshot
|
||||
base_version=3.7
|
||||
base_version=4.0
|
||||
maven_group=dev.architectury
|
||||
|
||||
fabric_loader_version=0.12.12
|
||||
fabric_api_version=0.47.0+1.18.2
|
||||
fabric_loader_version=0.13.2
|
||||
fabric_api_version=0.47.3+1.18.2
|
||||
mod_menu_version=3.0.0
|
||||
|
||||
forge_version=38.0.17
|
||||
|
||||
Reference in New Issue
Block a user