mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-01-25 10:32:49 +00:00
smallest fix known to man
This commit is contained in:
parent
a21a0934a6
commit
5b77cc7697
@ -136,7 +136,7 @@ public class TileEntityRBMKControlManual extends TileEntityRBMKControl implement
|
||||
@Callback(direct = true)
|
||||
@Optional.Method(modid = "OpenComputers")
|
||||
public Object[] getColor(Context context, Arguments args) {
|
||||
return new Object[] {this.color};
|
||||
return new Object[] {this.color.ordinal()};
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user