Skip to content

Commit

Permalink
change VH version, rename stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
ImplementsLegend committed Nov 20, 2024
1 parent 801b212 commit d13a941
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ dependencies {
// If the group id is "net.minecraft" and the artifact id is one of ["client", "server", "joined"],
// then special handling is done to allow a setup of a vanilla dependency without the use of an external repository.
minecraft "net.minecraftforge:forge:${minecraft_version}-${forge_version}"
implementation fg.deobf("blank:the_vault-1.18.2:3.15.2.3636")
implementation fg.deobf("blank:the_vault-1.18.2:3.15.2.3660")
runtimeOnly fg.deobf("blank:modular-routers-1.18.2:9.1.1-93")
runtimeOnly fg.deobf("blank:auxiliaryblocks:1.18.2-0.4.1")
runtimeOnly fg.deobf("blank:ferritecore:4.2.2-forge")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
import iskallia.vault.core.random.RandomSource;
import iskallia.vault.core.util.RegionPos;
import iskallia.vault.core.vault.Vault;
import iskallia.vault.core.world.generator.layout.VaultGridLayout;
import iskallia.vault.core.world.generator.layout.VaultLayout;
import iskallia.vault.core.world.template.JigsawTemplate;
import iskallia.vault.core.world.template.PlacementSettings;
Expand All @@ -30,8 +31,8 @@
import java.util.concurrent.ExecutionException;
import java.util.function.Consumer;

@Mixin(VaultLayout.class)
public abstract class MixinVaultLayout {
@Mixin(VaultGridLayout.class)
public abstract class MixinVaultGridLayout {

@Shadow @Final public static FieldKey<Void> FILL_AIR;

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/vaultfaster.mixins.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"MixinStructureTemplate",
"MixinTemplate",
"MixinTemplateProcessorModifier",
"MixinVaultLayout",
"MixinVaultGridLayout",
"MixinWeightedProcessor",
"NoBiomeDecorations",
"OctahedralGroupFix",
Expand Down

0 comments on commit d13a941

Please sign in to comment.