Skip to content

Commit ec4b87b

Browse files
committed
rename te mode goh to compactorMode
1 parent ab64a4b commit ec4b87b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/cleanroommc/groovyscript/compat/mods/thermalexpansion/ThermalExpansion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public ThermalExpansion() {
9090

9191
@Override
9292
public void initialize() {
93-
GameObjectHandler.builder("mode", CompactorManager.Mode.class)
93+
GameObjectHandler.builder("compactorMode", CompactorManager.Mode.class)
9494
.mod("thermalexpansion")
9595
.parser(IGameObjectParser.wrapEnum(CompactorManager.Mode.class, false))
9696
.completerOfNamed(() -> Arrays.asList(CompactorManager.Mode.values()), v -> v.name().toUpperCase(Locale.ROOT))

0 commit comments

Comments
 (0)