feat: use box beardifier for BORG

This commit is contained in:
Timo Ley 2023-11-27 20:59:10 +01:00
parent eef3f158de
commit 58a0c9f520
2 changed files with 2 additions and 2 deletions
build.gradle
src/main/java/net/anvilcraft/ntx4core/worldgen

View file

@ -35,7 +35,7 @@ dependencies {
forge "net.minecraftforge:forge:${project.forge_version}"
modImplementation "software.bernie.geckolib:geckolib-forge-1.18:3.0.57"
modImplementation "net.anvilcraft:anvillib-18-forge:1.0.0"
modImplementation "net.anvilcraft:anvillib-18-forge:1.1.0"
}
processResources {

View file

@ -22,7 +22,7 @@ public class Ntx4CoreStructures {
()
-> Ntx4CoreFeatures.BORG_KINDBERG.configure(
new AdvancedStructurePoolFeatureConfig(
BorgKindbergStructurePieces.START, 7, 256
BorgKindbergStructurePieces.START, 7, 256, true
),
TagKey.of(Registry.BIOME_KEY, Ntx4Core.id("has_structure/borg")),
true