Skip to content

Commit

Permalink
rename te mode goh to compactorMode
Browse files Browse the repository at this point in the history
  • Loading branch information
brachy84 committed May 8, 2024
1 parent ab64a4b commit ec4b87b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public ThermalExpansion() {

@Override
public void initialize() {
GameObjectHandler.builder("mode", CompactorManager.Mode.class)
GameObjectHandler.builder("compactorMode", CompactorManager.Mode.class)
.mod("thermalexpansion")
.parser(IGameObjectParser.wrapEnum(CompactorManager.Mode.class, false))
.completerOfNamed(() -> Arrays.asList(CompactorManager.Mode.values()), v -> v.name().toUpperCase(Locale.ROOT))
Expand Down

0 comments on commit ec4b87b

Please sign in to comment.