feat: use box beardifier for BORG
This commit is contained in:
parent
eef3f158de
commit
58a0c9f520
2 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue